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

This commit is contained in:
Guang Ya Liu 2018-06-04 21:00:59 +08:00 committed by Lin Sun
parent 85a1c8b6aa
commit 3cf6f485b4
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)