Add info on Kiali install (#7976)

This commit is contained in:
Eric Van Norman 2020-08-19 09:54:24 -05:00 committed by GitHub
parent 3fe1109577
commit ccaa943326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,11 @@ $ kubectl apply -f {{< github_file >}}/samples/addons/kiali.yaml
This will deploy Kiali into your cluster. This is intended for demonstration only, and is not tuned for performance or security.
{{< tip >}}
If there are errors trying to install the addons, try running the command again. There may
be some timing issues which will be resolved when the command is run again.
{{< /tip >}}
### Option 2: Customizable install
The Kiali project offers its own [quick start guide](https://kiali.io/documentation/latest/quick-start) and [customizable installation methods](https://kiali.io/documentation/latest/installation-guide). We recommend production users follow those instructions to ensure they stay up to date with the latest versions and best practices.