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: