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-20567) Update multi-cluster steps with new location of Helm charts and fix other issues (#825)
* (DOCSP-20567) Update multi-cluster steps with new location of Helm charts, and fix other issues
* Edits, ready for a review
* Added charts to the list of tools in prereqs
* Address tech review from Mircea
* one more edit
* one more edit
* tech review 2nd round
Run the following command on the central cluster, specifying the context
58
+
for each of the member clusters in the deployment. These commands add
59
+
the``istio-injection=enabled`` label to the ``mongodb`` namespace on
60
+
each member cluster. This label configures Istio's injection webhook
61
+
which enables adding a sidecar to any Pods that you create in this
62
+
namespace. To learn more, see `Automatic sidecar injection <https://istio.io/latest/docs/setup/additional-setup/sidecar-injection/#automatic-sidecar-injection>`__
48
63
in the Istio documentation.
49
64
50
65
.. code-block:: sh
51
66
:emphasize-lines: 4
52
67
53
68
kubectl label \
54
69
--context=$MDB_CLUSTER_1_FULL_NAME \
55
-
--namespace mongodb \
56
-
istio-injection=enabled
70
+
namespace mongodb \
71
+
istio-injection=enabled
57
72
58
73
.. code-block:: sh
59
74
:emphasize-lines: 4
60
75
61
76
kubectl label \
62
77
--context=$MDB_CLUSTER_2_FULL_NAME \
63
-
--namespace mongodb \
78
+
namespace mongodb \
64
79
istio-injection=enabled
65
80
66
81
.. code-block:: sh
67
82
:emphasize-lines: 4
68
83
69
84
kubectl label \
70
85
--context=$MDB_CLUSTER_3_FULL_NAME \
71
-
--namespace mongodb \
86
+
namespace mongodb \
72
87
istio-injection=enabled
73
88
74
89
---
@@ -78,7 +93,7 @@ title: "Configure ``kubectl`` to use the central cluster's namespace."
78
93
ref: configure-kubectl-mc
79
94
content: |
80
95
81
-
If you have not done so already, run the following commands to execute
96
+
If you have not done so already, run the following commands to run
82
97
all ``kubectl`` commands on the central cluster in the default
83
98
namespace. In the following steps, you will install the |k8s-op-short|
84
99
into this namespace.
@@ -96,17 +111,18 @@ title: "Install the |k8s-op-full| in the central cluster."
96
111
ref: install-kubectl-mc
97
112
content: |
98
113
99
-
Use Helm to install the |k8s-op-short| for managing your
100
-
|multi-cluster|:
114
+
Use the Helm charts for the |k8s-op-short| and multi-cluster deployments
115
+
to install |k8s-op-short| for managing your |multi-cluster|:
0 commit comments