diff --git a/content/en/docs/setup/getting-started/index.md b/content/en/docs/setup/getting-started/index.md index 729d866cbf..33879a2f53 100644 --- a/content/en/docs/setup/getting-started/index.md +++ b/content/en/docs/setup/getting-started/index.md @@ -217,7 +217,7 @@ Use the following instructions to deploy the [Kiali](/docs/ops/integrations/kial 1. Install [Kiali and the other addons]({{< github_tree >}}/samples/addons) and wait for them to be deployed. {{< text bash >}} - $ kubectl apply -f @samples/addons@ + $ kubectl apply -f @samples/addons/kiali.yaml@ $ kubectl rollout status deployment/kiali -n istio-system Waiting for deployment "kiali" rollout to finish: 0 of 1 updated replicas are available... deployment "kiali" successfully rolled out diff --git a/content/en/docs/setup/getting-started/snips.sh b/content/en/docs/setup/getting-started/snips.sh index 789d006f09..02f80eb4b2 100644 --- a/content/en/docs/setup/getting-started/snips.sh +++ b/content/en/docs/setup/getting-started/snips.sh @@ -132,7 +132,7 @@ bookinfo-gateway istio bookinfo-gateway-istio.default.svc.cluster.local Tr ENDSNIP snip_view_the_dashboard_1() { -kubectl apply -f samples/addons +kubectl apply -f samples/addons/kiali.yaml kubectl rollout status deployment/kiali -n istio-system }