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
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue