File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
includes/op-setting-descs Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 130
130
'.. |json| replace:: :abbr:`JSON (Javascript Object Notation)`' ,
131
131
'.. |jedec| replace:: :abbr:`JEDEC (Joint Electron Device Engineering Council Solid State Technology Association)`' ,
132
132
'.. |jvm| replace:: :abbr:`JVM (Java Virtual Machine)`' ,
133
+ '.. |k8s-cr| replace:: `ClusterRole <https://kubernetes.io/docs/reference/access-authn-authz/rbac/#role-and-clusterrole>`__' ,
134
+ '.. |k8s-crb| replace:: `ClusterRoleBinding <https://kubernetes.io/docs/reference/access-authn-authz/rbac/#rolebinding-and-clusterrolebinding>`__' ,
133
135
'.. |k8s-configmaps| replace:: `ConfigMaps <https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/>`__' ,
134
136
'.. |k8s-configmap| replace:: `ConfigMap <https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/>`__' ,
135
137
'.. |k8s-custom-resource| replace:: `Custom Resource <https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/>`__' ,
159
161
'.. |k8s-secret| replace:: `secret <https://kubernetes.io/docs/concepts/configuration/secret/>`__' ,
160
162
'.. |k8s-statefulsets| replace:: `StatefulSets <https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/>`__' ,
161
163
'.. |k8s-statefulset| replace:: `StatefulSet <https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/>`__' ,
164
+ '.. |k8s-webhook| replace:: `Webhook <https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#what-are-admission-webhooks>`__' ,
162
165
'.. |k8s| replace:: Kubernetes' ,
163
166
'.. |kdc| replace:: :abbr:`KDC (Key Distribution Center)`' ,
164
167
'.. |kmip| replace:: :abbr:`KMIP (Key Management Interoperability)`' ,
Original file line number Diff line number Diff line change @@ -5,10 +5,9 @@ the Operator's ServiceAccount :k8sdocs:`can access
5
5
this namespace.
6
6
7
7
Use **\* ** to specify *all namespaces *. To watch all namespaces, you
8
- must also assign the `ClusterRole
9
- <https://kubernetes.io/docs/reference/access-authn-authz/rbac/#role-and-clusterrole> `__
10
- to the ``mongodb-enterprise-operator `` ServiceAccount,
11
- which is the ServiceAccount used to run the |k8s-op-short |.
8
+ must also assign the |k8s-cr | to the ``mongodb-enterprise-operator ``
9
+ ServiceAccount, which is the ServiceAccount used to run the
10
+ |k8s-op-short |.
12
11
13
12
.. include :: /includes/admonitions/fact-create-service-account-namespaces.rst
14
13
Original file line number Diff line number Diff line change @@ -60,11 +60,11 @@ them every three weeks.
60
60
Validation Webhook
61
61
------------------
62
62
63
- The |k8s-op-short| uses a webhook to prevent users from applying
63
+ The |k8s-op-short| uses a |k8s- webhook| to prevent users from applying
64
64
invalid resource definitions. The webhook rejects invalid requests.
65
65
The |k8s-op-short| doesn't create or update the resource.
66
66
67
- The ``ClusterRole`` and ``ClusterRoleBinding`` for the webhook are
67
+ The |k8s-cr| and |k8s-crb| for the webhook are
68
68
included in the default configuration files that you apply during
69
69
installation. To create the role and binding, you must have
70
70
:k8sdocs:`cluster-admin privileges </reference/access-authn-authz/rbac/#user-facing-roles>`.
@@ -98,7 +98,7 @@ errors, the |k8s-op-short| issues warnings.
98
98
--------------------------------
99
99
100
100
You can deploy the |k8s-op-short| with different scopes based on where
101
- you want to deploy |onprem| and |k8s-mdbrscs| resources :
101
+ you want to deploy |onprem| and |k8s-mdbrscs|:
102
102
103
103
- :ref:`ns-scope-same-ns` *(Default)*
104
104
- :ref:`ns-scope-different-ns`
You can’t perform that action at this time.
0 commit comments