mirror of https://github.com/istio/istio.io.git
Getting Started differences (#7810)
* Getting Started differences * Update to use local directory * Remove warning message
This commit is contained in:
parent
155950f011
commit
a8d0d554ec
|
@ -346,7 +346,7 @@ Use the following instructions to deploy the [Kiali](/docs/ops/integrations/kial
|
|||
1. Install Kiali and wait for it to be deployed.
|
||||
|
||||
{{< text bash >}}
|
||||
$ kubectl apply -f {{< github_file >}}/samples/addons -n istio-system
|
||||
$ kubectl apply -f @samples/addons@ -n istio-system
|
||||
$ while ! kubectl wait --for=condition=available --timeout=600s deployment/kiali -n istio-system; do sleep 1; done
|
||||
{{< /text >}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue