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
{{ message }}
This repository was archived by the owner on Dec 12, 2025. It is now read-only.
If you need a Kubernetes solution, see the [Kubernetes documentation on picking the right solution](https://kubernetes.io/docs/setup). For testing, MongoDB recommends [Kind](https://kind.sigs.k8s.io/).
### Installing the MongoDB Community Kubernetes Operator
25
26
26
-
The MongoDB Community Kubernetes Operator is a collection of [Custom Resource Definitions](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/) and a controller.
27
+
The MongoDB Community Kubernetes Operator is a [Custom Resource Definition](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/) and a controller.
27
28
28
29
To install the MongoDB Community Kubernetes Operator:
29
30
@@ -38,14 +39,13 @@ To install the MongoDB Community Kubernetes Operator:
38
39
kubectl get crd/mongodb.mongodb.com
39
40
```
40
41
3. Install the Operator.
41
-
a. Invoke the following `kubectl` command to install the Operator in the `default` namespace:
42
+
a. Invoke the following `kubectl` command to install the Operator in the specified namespace:
0 commit comments