mirror of https://github.com/istio/istio.io.git
Update CNI GKE setting (#3951)
The flag to pass to Helm is `cniBinDir=/home/kubernetes/bin`, so it is confusing to add `istio-cni.cniBinDir=/home/kubernetes/bin` as the option, unless there is some context I am missing
This commit is contained in:
parent
745d8f2005
commit
87ad0f6ac3
|
@ -135,7 +135,7 @@ of many common Kubernetes environments.
|
|||
| Hosted Cluster Type | Uses CNI | Required Non-default settings |
|
||||
|---------------------|----------|-------------------------------|
|
||||
| GKE 1.9+ default | N | |
|
||||
| GKE 1.9+ w/ [network-policy](https://cloud.google.com/kubernetes-engine/docs/how-to/network-policy) | Y | `istio-cni.cniBinDir=/home/kubernetes/bin` |
|
||||
| GKE 1.9+ w/ [network-policy](https://cloud.google.com/kubernetes-engine/docs/how-to/network-policy) | Y | `cniBinDir=/home/kubernetes/bin` |
|
||||
| IKS (IBM cloud) | Y | |
|
||||
| EKS (AWS) | Y | |
|
||||
| AKS (Azure) | Y | |
|
||||
|
|
Loading…
Reference in New Issue