mirror of https://github.com/istio/istio.io.git
Fix typos in CNI doc (#7514)
Signed-off-by: Venil Noronha <veniln@vmware.com>
This commit is contained in:
parent
420a54447b
commit
c02fa88869
|
|
@ -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
|
||||
`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 >}}
|
||||
apiVersion: install.istio.io/v1alpha1
|
||||
|
|
@ -147,11 +147,10 @@ cat <<'EOF' > cni-annotations.yaml
|
|||
apiVersion: install.istio.io/v1alpha1
|
||||
kind: IstioOperator
|
||||
spec:
|
||||
cni:
|
||||
enabled: true
|
||||
components:
|
||||
cni:
|
||||
namespace: kube-system
|
||||
components:
|
||||
cni:
|
||||
enabled: true
|
||||
namespace: kube-system
|
||||
values:
|
||||
cni:
|
||||
chained: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue