mirror of https://github.com/istio/istio.io.git
Fixed numbering for installation steps in the tip (#13778)
* Fixed numbering for installation steps in the tip * Fixed lint error as per suggestion
This commit is contained in:
parent
056f1ec6d9
commit
e2adf578ee
|
@ -77,7 +77,7 @@ You can alternatively deploy the operator using Helm:
|
|||
$ kubectl create namespace istio-operator
|
||||
{{< /text >}}
|
||||
|
||||
1. Install operator using Helm.
|
||||
2) Install operator using Helm.
|
||||
|
||||
{{< text syntax=bash snip_id=deploy_istio_operator_helm >}}
|
||||
$ helm install istio-operator manifests/charts/istio-operator \
|
||||
|
|
|
@ -75,7 +75,7 @@ $ istioctl operator init --watchedNamespaces=istio-namespace1,istio-namespace2
|
|||
$ kubectl create namespace istio-operator
|
||||
{{< /text >}}
|
||||
|
||||
1. 使用 Helm 安装 Operator。
|
||||
2) 使用 Helm 安装 Operator。
|
||||
|
||||
{{< text syntax=bash snip_id=deploy_istio_operator_helm >}}
|
||||
$ helm install istio-operator manifests/charts/istio-operator \
|
||||
|
|
Loading…
Reference in New Issue