mirror of https://github.com/istio/istio.io.git
IBM Container Service Should be IBM Kubernetes Service. (#1434)
This commit is contained in:
parent
85a1c8b6aa
commit
3cf6f485b4
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue