we are trying to deploy FDB in EKS and using the
routing:
#defineDNSLocalityFields: true
useDNSInClusterFile: true
in our cluster.yaml
after deploying we are not able to connect to the db
[root@test-cluster-log-3 /]# fdbcli
Using cluster file `/var/dynamic-conf/fdb.cluster’.
The database is unavailable; type `status’ for more information.
Welcome to the fdbcli. For help, type `help’.
fdb> status details
Using cluster file `/var/dynamic-conf/fdb.cluster’.
The coordinator(s) have no record of this database. Either the coordinator
addresses are incorrect, the coordination state on those machines is missing, or
no database has been created.
test-cluster-log-1.test-cluster.platform-fdb.svc.cluster.local:4501 (reachable)
test-cluster-log-2.test-cluster.platform-fdb.svc.cluster.local:4501 (reachable)
test-cluster-log-3.test-cluster.platform-fdb.svc.cluster.local:4501 (reachable)
Unable to locate the data distributor worker.
Unable to locate the ratekeeper worker.
fdb>
can anyone help with this
here is some more info
test_cluster:kADaIC2PQGMtgkHs0QJUs8edyWuBxwGy@test-cluster-log-1.test-cluster.platform-fdb.svc.cluster.local:4501,test-cluster-log-2.test-cluster.platform-fdb.svc.cluster.local:4501,test-cluster-log-3.test-cluster.platform-fdb.svc.cluster.local:4501
logs:
{“level”:“error”,“ts”:1686084346.5272686,“logger”:“controller”,“msg”:“Error in reconciliation”,“namespace”:“platform-fdb”,“cluster”:“test-cluster”,“subReconciler”:“controllers.chooseRemovals”,“requeueAfter”:0,“error”:“FoundationDB error code 2104 (Connection string invalid)”,“stacktrace”:“github.com/FoundationDB/fdb-kubernetes-operator/controllers.(*FoundationDBClusterReconciler).Reconcile\n\t/workspace/controllers/cluster_controller.go:180\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile\n\t/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.12.3/pkg/internal/controller/controller.go:121\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\t/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.12.3/pkg/internal/controller/controller.go:320\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.12.3/pkg/internal/controller/controller.go:273\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\t/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.12.3/pkg/internal/controller/controller.go:234”}
{“level”:“error”,“ts”:1686084346.5273292,“msg”:"Reconciler