mirror of https://github.com/istio/istio.io.git
Switch bookinfo install to use kubectl apply instead of istioctl create for ingress (#1837)
Randomly bit me since I didn't have istioctl in PATH, no need to use istioctl here.
This commit is contained in:
parent
cdbc254785
commit
d8857391a1
|
|
@ -98,7 +98,7 @@ To start the application, follow the instructions below corresponding to your Is
|
|||
1. Define the ingress gateway for the application:
|
||||
|
||||
{{< text bash >}}
|
||||
$ istioctl create -f @samples/bookinfo/networking/bookinfo-gateway.yaml@
|
||||
$ kubectl apply -f @samples/bookinfo/networking/bookinfo-gateway.yaml@
|
||||
{{< /text >}}
|
||||
|
||||
1. Confirm all services and pods are correctly defined and running:
|
||||
|
|
|
|||
Loading…
Reference in New Issue