Correcting the IP ranges used in IKS (#3126)

This commit is contained in:
banix 2019-01-23 21:35:46 -05:00 committed by Lin Sun
parent 924491159f
commit 7f3ea2cc34
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)