Skip to content

Commit 94a64cb

Browse files
MrFreezeexjoestringer
authored andcommitted
clustermesh: fix a few misc issue with MCS-API doc
This commit fixes two issue with mcs-api doc: - a simple typo on the enabled keywork - change the code-block in parsed-literal as the |SCM_WEB| "variable" was not evaluated/replaced in the final doc with a code-block Signed-off-by: Arthur Outhenin-Chalandre <git@mrfreezeex.fr>
1 parent c3c73f3 commit 94a64cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/network/clustermesh/mcsapi.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To install Cilium with MCS-API support, run:
2424

2525
.. cilium-helm-install::
2626
:namespace: kube-system
27-
:set: clustermesh.mcsapi.enabdled=true
27+
:set: clustermesh.mcsapi.enabled=true
2828

2929
To enable MCS-API support on an existing Cilium installation, run:
3030

@@ -40,7 +40,7 @@ If you set ``clustermesh.mcsapi.corednsAutoConfigure.enabled`` to ``true``, Cili
4040
will automatically configure and rollout CoreDNS for MCS-API support. Otherwise to
4141
configure CoreDNS manually, you need to execute the following steps:
4242

43-
.. code-block:: shell-session
43+
.. parsed-literal::
4444
4545
# (optional) Install MCS-API CRDs if Cilium has not yet started or automatic CRDs installation is disabled
4646
kubectl apply -f |SCM_WEB|\/vendor/sigs.k8s.io/mcs-api/config/crd/multicluster.x-k8s.io_serviceexports.yaml

0 commit comments

Comments
 (0)