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:
Sven Mawson 2018-07-16 12:57:15 -07:00 committed by Frank Budinsky
parent cdbc254785
commit d8857391a1
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ To start the application, follow the instructions below corresponding to your Is
1. Define the ingress gateway for the application: 1. Define the ingress gateway for the application:
{{< text bash >}} {{< text bash >}}
$ istioctl create -f @samples/bookinfo/networking/bookinfo-gateway.yaml@ $ kubectl apply -f @samples/bookinfo/networking/bookinfo-gateway.yaml@
{{< /text >}} {{< /text >}}
1. Confirm all services and pods are correctly defined and running: 1. Confirm all services and pods are correctly defined and running: