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.
-[Operator in Same Namespace as Resources](#operator-in-same-namespace-as-resources)
@@ -17,6 +18,10 @@
17
18
-[Upgrade the Operator](#upgrade-the-operator)
18
19
-[Rotating TLS certificate for the MongoDB deployment](#rotating-tls-certificate-for-the-mongodb-deployment)
19
20
21
+
## Prerequisites
22
+
23
+
- A Kubernetes cluster with nodes with x86-64/AMD64 processors (either all, or a separate node pool)
24
+
20
25
## Install the Operator
21
26
22
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.
@@ -293,4 +298,4 @@ kubectl apply -f -
293
298
*`secret_name` is what you've specified under `Spec.Security.TLS.CertificateKeySecret.Name`*.
294
299
295
300
If you're using a tool like cert-manager, you can follow [these instructions](https://cert-manager.io/docs/usage/certificate/#renewal) to rotate the certificate.
296
-
The operator should would watch the secret change and re-trigger a reconcile process.
301
+
The operator should would watch the secret change and re-trigger a reconcile process.
0 commit comments