mirror of https://github.com/istio/istio.io.git
IBM Container Service Should be IBM Kubernetes Service. (#1434)
(cherry picked from commit 3cf6f48
)
This commit is contained in:
parent
51c88b1c64
commit
09e999a7b9
|
@ -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