Update Kiali deployment instructions in getting-started guide to spec… (#16887)

* Update Kiali deployment instructions in getting-started guide to specify the correct YAML file

* Update Kiali deployment command in getting-started guide to reference the specific Kiali YAML file
This commit is contained in:
Onurkan Bakırcı 2025-09-24 14:52:30 +03:00 committed by GitHub
parent aea210f227
commit aeeb5983e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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
}