From d8857391a1b94b315bae3f0aa87d16a14a0fb51e Mon Sep 17 00:00:00 2001 From: Sven Mawson Date: Mon, 16 Jul 2018 12:57:15 -0700 Subject: [PATCH] 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. --- content/docs/examples/bookinfo/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/examples/bookinfo/index.md b/content/docs/examples/bookinfo/index.md index 2275439af9..b87254c4a2 100644 --- a/content/docs/examples/bookinfo/index.md +++ b/content/docs/examples/bookinfo/index.md @@ -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: