Git Product home page Git Product logo

Comments (10)

aescanero avatar aescanero commented on June 8, 2024

from helm-charts.

aescanero avatar aescanero commented on June 8, 2024

I update the package, please check

from helm-charts.

Soren90 avatar Soren90 commented on June 8, 2024

it still seems like the same issue im afaid. I tested both test and stable, but both seems to fail with the password still.

from helm-charts.

aescanero avatar aescanero commented on June 8, 2024

Triing to replay the steps to get the same error:

# helm install powerdns --set powerdns.mysql_rootpass=test,powerdns.mysql_pass=test,mariadb.mysql_rootpass=test,mariadb.mysql_pass=test,powerdnsadmin.mysql_pass=test https://raw.githubusercontent.com/aescanero/helm-powerdns/master/test/powerdns.tgz
# kubectl get pods
NAME                        READY   STATUS    RESTARTS   AGE
powerdns-75bf945767-bfjd6   3/3     Running   0          28m
# kubectl get service
NAME                     TYPE           CLUSTER-IP      EXTERNAL-IP     PORT(S)          AGE
powerdns-service-api     ClusterIP      10.43.179.42    <none>          8081/TCP         28m
powerdns-service-admin   LoadBalancer   10.43.120.150   192.168.8.241   9191:31358/TCP   28m
powerdns-service-dns     LoadBalancer   10.43.87.167    192.168.8.242   53:31682/UDP     28m

The service is up and http://192.168.8.241:9191/login loads correctly, then I create a admin account, register, login, and I can see a domain and a user.

I can't reproduce your problem with last version

from helm-charts.

Soren90 avatar Soren90 commented on June 8, 2024

Hello Again,

I'm really happy that you put effort into this, but i still got the same issue, sadly..

This seems really wierd to me. I copied exactly what you did:
➜ ~ helm install powerdns --set powerdns.mysql_rootpass=test,powerdns.mysql_pass=test,mariadb.mysql_rootpass=test,mariadb.mysql_pass=test,powerdnsadmin.mysql_pass=test https://raw.githubusercontent.com/aescanero/helm-powerdns/master/test/powerdns.tgz

My admin page always crashes because it seems to not be able to login to the database. I've tried both test and stable, which the same issue:

`2020-01-23 22:05:49 194 [Warning] Access denied for user 'powerdns'@'127.0.0.1' (using password: YES)

2020-01-23 22:05:49 195 [Warning] Access denied for user 'powerdns'@'127.0.0.1' (using password: YES)

2020-01-23 22:05:49 196 [Warning] Access denied for user 'powerdns'@'127.0.0.1' (using password: YES)

2020-01-23 22:05:49 197 [Warning] Access denied for user 'powerdns'@'127.0.0.1' (using password: YES)

2020-01-23 22:05:49 198 [Warning] Access denied for user 'powerdns'@'127.0.0.1' (using password: YES)

2020-01-23 22:05:50 199 [Warning] Access denied for user 'powerdns'@'127.0.0.1' (using password: YES)

2020-01-23 22:05:51 200 [Warning] Access denied for user 'powerdns'@'127.0.0.1' (using password: YES)
`

I really can't see what i'm doing wrong here. Do you have any hints?

from helm-charts.

aescanero avatar aescanero commented on June 8, 2024

Please give me your Kubernetes and Helm version, and where is running.

from helm-charts.

Soren90 avatar Soren90 commented on June 8, 2024

`➜ ~ helm version
version.BuildInfo{Version:"v3.0.2", GitCommit:"19e47ee3283ae98139d98460de796c1be1e3975f", GitTreeState:"clean", GoVersion:"go1.13.5"}

➜ ~ kubectl version
Client Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.0", GitCommit:"70132b0f130acc0bed193d9ba59dd186f0e634cf", GitTreeState:"clean", BuildDate:"2019-12-07T21:20:10Z", GoVersion:"go1.13.4", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.1", GitCommit:"d224476cd0730baca2b6e357d144171ed74192d6", GitTreeState:"clean", BuildDate:"2020-01-14T20:56:50Z", GoVersion:"go1.13.5", Compiler:"gc", Platform:"linux/amd64"}
`

The kubernetes cluster is running on my own virtual machines (for testing purpose). I've configured it with kubeadm and i've installed latest version of both metallb and nfs-client-provisioner for PVC

from helm-charts.

aescanero avatar aescanero commented on June 8, 2024

from helm-charts.

aescanero avatar aescanero commented on June 8, 2024

Try again, this test:

# kubectl get nodes
NAME                STATUS   ROLES    AGE   VERSION
kubernetes-master   Ready    master   18m   v1.17.2
kubernetes-node     Ready    <none>   15m   v1.17.2
# kubectl get pods
NAME                        READY   STATUS    RESTARTS   AGE
powerdns-75bf945767-tkccx   3/3     Running   0          5m23s
# kubectl get service
NAME                     TYPE           CLUSTER-IP       EXTERNAL-IP     PORT(S)          AGE
powerdns-service-admin   LoadBalancer   10.102.6.42      192.168.8.242   9191:30052/TCP   5m51s
powerdns-service-api     ClusterIP      10.109.15.46     <none>          8081/TCP         5m51s
powerdns-service-dns     LoadBalancer   10.106.142.113   192.168.8.241   53:31936/UDP     5m51s

The service is up and http://192.168.8.242:9191/login loads correctly, then I create a admin account, register, login, and I can see the domain "external.local".

As you can see I'm using Kubernetes 1.17 (with Weave as CNI and Traefik as Ingress)

from helm-charts.

redsk avatar redsk commented on June 8, 2024

@aescanero Thanks a lot for the great job!

A little suggestion, can you please state clearly that one has to create an admin account in the README? I've lost quite a bit of time because I believed the passwords set in the readme were the admin ones and I was trying to log in with them.... :)

from helm-charts.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.