Getting Started differences (#7810)

* Getting Started differences

* Update to use local directory

* Remove warning message
This commit is contained in:
Eric Van Norman 2020-07-29 16:47:49 -05:00 committed by GitHub
parent 155950f011
commit a8d0d554ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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