We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9fcd9a commit d901f70Copy full SHA for d901f70
source/tutorial/set-scope-k8s-operator.txt
@@ -87,6 +87,17 @@ deployed:
87
in the default configuration files that you apply during the
88
installation.
89
90
+3. Create local |k8s| `ServiceAccounts <https://kubernetes.io/docs/concepts/security/service-accounts/>`__:
91
+
92
+ For each namespace, create some or all of the following local |k8s|
93
+ ServiceAccounts:
94
95
+ - If you want to deploy a MongoDB instance in the namespace, use
96
+ ``mongodb-enterprise-database-pods``.
97
98
+ - If you want to deploy |onprem| in the namespace, use
99
+ ``mongodb-enterprise-appdb`` and ``mongodb-enterprise-ops-manager``.
100
101
The following example illustrates how the |k8s-cr| and |k8s-crb| work
102
together in the cluster.
103
0 commit comments