Docs Menu
Docs Home
/
MongoDB Enterprise Kubernetes Operator
/

Edit a MongoDBMultiCluster Resource

On this page

  • Considerations
  • Prerequisites
  • Procedure

You can modify configuration and topology of the MongoDBMultiCluster resource, including its MongoDB versions, storage engines, and Kubernetes clusters.

  • You can't change individual members of a replica set, you can change only the whole set or Kubernetes cluster. For a complete list of options supported by a MongoDBMultiCluster resource, see the Multi-Kubernetes-Cluster Resource Specification.

  • You can configure certain settings only using Kubernetes Operator. To learn more, see MongoDB Kubernetes Operator Exclusive Settings.

To update a MongoDBMultiCluster resource, you must have it installed and deployed.

1
2

To learn about the settings you can change, see the Multi-Kubernetes-Cluster Resource Specification.

3
4
kubectl apply -f <mongodb-multi-conf>.yaml

Back

Deploy Replica Sets in a Multi-Kubernetes Cluster without a Service Mesh

Next

Secure Connections