Files
kubernetes/odroid/mongodb-operator/README.md
2025-11-23 18:58:51 +01:00

18 lines
360 B
Markdown

INSTALLATIE:
============
#als nog niet gedaan:
kubectl create ns mongodb-operator
kubectl create ns mongodb
#als nog niet gedaan:
helm repo add mongodb https://mongodb.github.io/helm-charts
helm repo update
#installatie operator:
helm install community-operator mongodb/community-operator --namespace mongodb-operator --set operator.watchNamespace="*"