Open MichaelKora opened 2 months ago
I also have strange issue which could be related: https://github.com/mongodb/mongodb-kubernetes-operator/issues/1613#issuecomment-2333758420
any update on your issue @KarooolisZi ?
This issue is being marked stale because it has been open for 60 days with no activity. Please comment if this issue is still affecting you. If there is no change, this issue will be closed in 30 days.
issue still not fixed
What did you do to encounter the bug? I followed this guide to deploy a MongoDBCommunity instance with external access But i am struggling to connect to the instance as described in the documentation.
Steps to reproduce the behavior:
Apply the following config using
kubectl
:My Certificate:
External services definitions:
MongoDBCommunity
instance inRunning
state in Kubernetes and describe:What did you expect?
I expected:
the FQDNs defined in the
replicaSetHorizons
section to be seen under theMongo Uri
when i describe theMongoDBCommunity
instance in K8s, Instead ofMongo Uri: mongodb://my-mongo-db-0.mongo-db-svc.mongodb.svc.cluster.local:27017,my-mongo-db-1.mongo-db-svc.mongodb.svc.cluster.local:27017/?replicaSet=my-mongo-db
.to use
mongosh
and the external URI to connect to the DB:What happened instead? i keep getting the error
❯ k get pods -n mongodb
❯ kg svc -n mongodb
❯ k get mdbc -n mongodb