Hi,
Just installed in dragonfly-db with default values, it creates a dragonfly-operator-test-connection pod in the defualt namespace trying to connect to the operator, but it has a wrong address.
Resources in dragonfly-db namespace:
$ kubectl get all -n dragonfly-db
NAME READY STATUS RESTARTS AGE
pod/dragonfly-db-dragonfly-operator-6886d56867-4v8lx 2/2 Running 0 58s
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
service/dragonfly-db-dragonfly-operator-controller-svc ClusterIP 10.110.216.23 <none> 8443/TCP,8080/TCP 58s
NAME READY UP-TO-DATE AVAILABLE AGE
deployment.apps/dragonfly-db-dragonfly-operator 1/1 1 1 58s
NAME DESIRED CURRENT READY AGE
replicaset.apps/dragonfly-db-dragonfly-operator-6886d56867 1 1 1 58s
dragonfly-operator-test-connection pod logs:
$ kubectl logs dragonfly-db-dragonfly-operator-test-connection
wget: bad address 'dragonfly-db-dragonfly-operator:8443'
Hi,
Just installed in dragonfly-db with default values, it creates a
dragonfly-operator-test-connectionpod in the defualt namespace trying to connect to the operator, but it has a wrong address.Resources in dragonfly-db namespace:
dragonfly-operator-test-connectionpod logs:$ kubectl logs dragonfly-db-dragonfly-operator-test-connection wget: bad address 'dragonfly-db-dragonfly-operator:8443'