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
(DOCSP-32707) Decide which Operators, for Single or Multi k8s Clusters (#1467)
* (DOCSP-32707) Decide which Operators, for Single or Multi k8s Clusters
* (DOCSP-32707) Tech review and change of direction
* Fix build warnings for the new conf.py substitution
* Second round of reviews from Dan M, close to done I hope
* Renamed one file, continued to turn the initial recommendation into a different recommendation in line with product direction
* Edits
* Edits
* Edits
* Edits
* Added to multi-cluster namespace prereqs
* Fix the build
* build
* Edits
* a few more edits, to shorten and clarify
* a few more edits, to shorten and clarify
* edits again
* Tech review
* A few more review comments
* Fix the build warning
* Include copy review comments from Will
* Include copy review comments from Will
* Last copy review comments
Copy file name to clipboardExpand all lines: source/multi-cluster-prerequisites.txt
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -158,13 +158,13 @@ and :k8sdocs:`ServiceAccounts </tasks/configure-pod-container/configure-service-
158
158
service accounts to your |multi-cluster| with the ``kubectl apply`` command. This may be
159
159
necessary for certain highly automated workflows. MongoDB provides sample configuration files.
160
160
161
-
For namespace-scoped resources:
161
+
For custom resources scoped to a subset of namespaces:
162
162
163
163
- :github-raw:`Roles, Role Bindings, and Service Accounts for your Central Cluster </mongodb/mongodb-enterprise-kubernetes/master/samples/multi-cluster-cli-gitops/resources/rbac/namespace_scoped_central_cluster.yaml>`
164
164
165
165
- :github-raw:`Roles, Role Bindings, and Service Accounts for your Member Clusters </mongodb/mongodb-enterprise-kubernetes/master/samples/multi-cluster-cli-gitops/resources/rbac/namespace_scoped_member_cluster.yaml>`
166
166
167
-
For cluster-scoped resources:
167
+
For custom resources scoped to a cluster-wide namespace:
168
168
169
169
- :github-raw:`ClusterRoles, ClusterRoleBindings, and ServiceAccounts for your Central Cluster </mongodb/mongodb-enterprise-kubernetes/master/samples/multi-cluster-cli-gitops/resources/rbac/cluster_scoped_central_cluster.yaml>`
170
170
@@ -204,7 +204,7 @@ Once the |k8s-op-short| creates the |multi-cluster|, the |k8s-op-short|
204
204
starts watching |k8s-mdbrscs| in the ``mongodb`` |k8s-ns|.
205
205
206
206
To configure the |k8s-op-short| with the correct permissions to deploy
207
-
in multiple or all namespaces, run the following command and specify the
207
+
in a subset or all namespaces, run the following command and specify the
208
208
namespaces that you would like the |k8s-op-short| to watch.
209
209
210
210
.. code-block:: sh
@@ -222,6 +222,8 @@ can configure the |k8s-op-short| to:
222
222
- :ref:`Watch Resources in Multiple Namespaces <mc-cluster-many-namespaces-ref>`
223
223
- :ref:`Watch Resources in All Namespaces <mc-cluster-all-namespaces-ref>`
0 commit comments