mirror of https://github.com/istio/istio.io.git
Fix typo and layout in /setup/additional-setup/cni/ (#12376)
This commit is contained in:
parent
8e925453a9
commit
41dc2e30f7
|
|
@ -96,10 +96,10 @@ Some platforms required special installation settings.
|
||||||
|
|
||||||
* Google Kubernetes Engine
|
* Google Kubernetes Engine
|
||||||
|
|
||||||
{{< text yaml >}}
|
{{< text yaml >}}
|
||||||
apiVersion: install.istio.io/v1alpha1
|
apiVersion: install.istio.io/v1alpha1
|
||||||
kind: IstioOperator
|
kind: IstioOperator
|
||||||
spec:
|
spec:
|
||||||
components:
|
components:
|
||||||
cni:
|
cni:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
@ -107,14 +107,14 @@ spec:
|
||||||
values:
|
values:
|
||||||
cni:
|
cni:
|
||||||
cniBinDir: /home/kubernetes/bin
|
cniBinDir: /home/kubernetes/bin
|
||||||
{{< /text >}}
|
{{< /text >}}
|
||||||
|
|
||||||
* Red Hat OpenShift 4.2+
|
* Red Hat OpenShift 4.2+
|
||||||
|
|
||||||
{{< text yaml >}}
|
{{< text yaml >}}
|
||||||
apiVersion: install.istio.io/v1alpha1
|
apiVersion: install.istio.io/v1alpha1
|
||||||
kind: IstioOperator
|
kind: IstioOperator
|
||||||
spec:
|
spec:
|
||||||
components:
|
components:
|
||||||
cni:
|
cni:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
@ -128,7 +128,7 @@ spec:
|
||||||
cniConfDir: /etc/cni/multus/net.d
|
cniConfDir: /etc/cni/multus/net.d
|
||||||
cniConfFileName: istio-cni.conf
|
cniConfFileName: istio-cni.conf
|
||||||
chained: false
|
chained: false
|
||||||
{{< /text >}}
|
{{< /text >}}
|
||||||
|
|
||||||
## Operation details
|
## Operation details
|
||||||
|
|
||||||
|
|
@ -234,7 +234,7 @@ The Istio CNI plugin operates as a chained CNI plugin. This means its configura
|
||||||
CNI plugins configuration as a new configuration list element. See the
|
CNI plugins configuration as a new configuration list element. See the
|
||||||
[CNI specification reference](https://github.com/containernetworking/cni/blob/master/SPEC.md#network-configuration-lists) for further details.
|
[CNI specification reference](https://github.com/containernetworking/cni/blob/master/SPEC.md#network-configuration-lists) for further details.
|
||||||
When a pod is created or deleted, the container runtime invokes each plugin in the list in order. The Istio
|
When a pod is created or deleted, the container runtime invokes each plugin in the list in order. The Istio
|
||||||
CNI plugin only performs actions to setup the application pod's traffic redirection to the injected Istio proxy
|
CNI plugin only performs actions to set up the application pod's traffic redirection to the injected Istio proxy
|
||||||
sidecar (using `iptables` in the pod's network namespace).
|
sidecar (using `iptables` in the pod's network namespace).
|
||||||
|
|
||||||
{{< warning >}}
|
{{< warning >}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue