Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit 58a84c5

Browse files
authored
List prerequisites (#1133)
Namely support for only x86-64/AMD64.
1 parent d1e7ba4 commit 58a84c5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/install-upgrade.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Table of Contents
44

5+
- [Prerequisites](#prerequisites)
56
- [Install the Operator](#install-the-operator)
67
- [Understand Deployment Scopes](#understand-deployment-scopes)
78
- [Operator in Same Namespace as Resources](#operator-in-same-namespace-as-resources)
@@ -17,6 +18,10 @@
1718
- [Upgrade the Operator](#upgrade-the-operator)
1819
- [Rotating TLS certificate for the MongoDB deployment](#rotating-tls-certificate-for-the-mongodb-deployment)
1920

21+
## Prerequisites
22+
23+
- A Kubernetes cluster with nodes with x86-64/AMD64 processors (either all, or a separate node pool)
24+
2025
## Install the Operator
2126

2227
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 -
293298
*`secret_name` is what you've specified under `Spec.Security.TLS.CertificateKeySecret.Name`*.
294299
295300
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

Comments
 (0)