mirror of https://github.com/istio/istio.io.git
Correcting the IP ranges used in IKS (#3126)
This commit is contained in:
parent
924491159f
commit
7f3ea2cc34
|
@ -218,7 +218,7 @@ Set the value of `global.proxy.includeIPRanges` according to your cluster provid
|
|||
|
||||
#### IBM Cloud Kubernetes Service
|
||||
|
||||
Use `--set global.proxy.includeIPRanges="172.30.0.0/16\,172.20.0.0/16\,10.10.10.0/24"`
|
||||
Use `--set global.proxy.includeIPRanges="172.30.0.0/16\,172.21.0.0/16\,10.10.10.0/24"`
|
||||
|
||||
#### Google Container Engine (GKE)
|
||||
|
||||
|
|
|
@ -218,7 +218,7 @@ $ helm template install/kubernetes/helm/istio <安装 Istio 时所使用的参
|
|||
|
||||
#### IBM Cloud Kubernetes Service
|
||||
|
||||
使用 `--set global.proxy.includeIPRanges="172.30.0.0/16\,172.20.0.0/16\,10.10.10.0/24"`
|
||||
使用 `--set global.proxy.includeIPRanges="172.30.0.0/16\,172.21.0.0/16\,10.10.10.0/24"`
|
||||
|
||||
#### Google Container Engine (GKE)
|
||||
|
||||
|
|
Loading…
Reference in New Issue