Our replica set configuration is invalid or does not include us-MongoDB Statefulset on Kubernetes

10/19/2019

I've deployed a Statefulset on Kubernetes for 3 pod mongo replicaset. When I delete a pod,new pod is not able to join the replica set with error "Our replica set configuration is invalid or does not include us-MongoDB Statefulset on Kubernetes"

-- Vinayak Pandey
kubernetes
mongodb

1 Answer

10/19/2019

Try using the bitnami mongo Statefulset, I use it too. It will be helpful

https://github.com/helm/charts/tree/master/stable/mongodb

-- Tushar Mahajan
Source: StackOverflow