IBM Container Service Should be IBM Kubernetes Service. (#1434)

(cherry picked from commit 3cf6f48)
This commit is contained in:
Guang Ya Liu 2018-06-04 06:00:59 -07:00 committed by mtail
parent 51c88b1c64
commit 09e999a7b9
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ On IBM Cloud Private, use:
$ kubectl apply -f <(istioctl kube-inject -f samples/sleep/sleep.yaml --includeIPRanges=10.0.0.1/24)
```
On IBM Cloud Container Service, use:
On IBM Cloud Kubernetes Service, use:
```command
$ kubectl apply -f <(istioctl kube-inject -f samples/sleep/sleep.yaml --includeIPRanges=172.30.0.0/16,172.20.0.0/16,10.10.10.0/24)