Fix typos in CNI doc (#7514)

Signed-off-by: Venil Noronha <veniln@vmware.com>
This commit is contained in:
Venil Noronha 2020-06-09 19:09:25 -07:00 committed by GitHub
parent 420a54447b
commit c02fa88869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 6 deletions

View File

@ -98,7 +98,7 @@ Refer to the [Customizable Install with `Istioctl`](/docs/setup/install/istioctl
Use the following command to render and apply Istio CNI components and override the default configuration of the Use the following command to render and apply Istio CNI components and override the default configuration of the
`logLevel` and `excludeNamespaces` parameters for `istio-cni`: `logLevel` and `excludeNamespaces` parameters for `istio-cni`:
Create a `IstioControlPlane` CR yaml locally with your override to install `istio`, e.g. `cni.yaml` Create a `IstioOperator` CR yaml locally with your override to install `istio`, e.g. `cni.yaml`
{{< text yaml >}} {{< text yaml >}}
apiVersion: install.istio.io/v1alpha1 apiVersion: install.istio.io/v1alpha1
@ -147,11 +147,10 @@ cat <<'EOF' > cni-annotations.yaml
apiVersion: install.istio.io/v1alpha1 apiVersion: install.istio.io/v1alpha1
kind: IstioOperator kind: IstioOperator
spec: spec:
cni: components:
enabled: true cni:
components: enabled: true
cni: namespace: kube-system
namespace: kube-system
values: values:
cni: cni:
chained: false chained: false