mirror of https://github.com/istio/istio.io.git
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:
parent
aea210f227
commit
aeeb5983e1
|
@ -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
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue