You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm deploying mongodb in ReplicaSet mode with a headless service, so my mongodb host is mongodb-headless. I can't set de RS value because of this restriction. It would be great to set RS independently to the number of hosts.
The text was updated successfully, but these errors were encountered:
sromerotech
changed the title
[orion] Replica set only set with multihosts
[orion] Replica Set only set with multihosts
May 5, 2022
Hello @sergiorb ,
I will take a look into it. If I remember correctly, this restriction was set due to orion having problems discovering the instances below the headless service. Therefor we call them via <POD_NAME>.mongodb-headless and list all of them there. But I will check if thats still the case.
Hello @wistefan, can you please elaborate what does it mean that orion is having problems discovering the instances below headless service. I am also using headless service in front of orion, and somehow there is a problem in accessing primary node for write requests through the headless service.
I'm deploying mongodb in ReplicaSet mode with a headless service, so my mongodb host is
mongodb-headless
. I can't set de RS value because of this restriction. It would be great to set RS independently to the number of hosts.The text was updated successfully, but these errors were encountered: