From ccaa943326e9caf35354c71a3826dac05cac68ba Mon Sep 17 00:00:00 2001 From: Eric Van Norman Date: Wed, 19 Aug 2020 09:54:24 -0500 Subject: [PATCH] Add info on Kiali install (#7976) --- content/en/docs/ops/integrations/kiali/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/en/docs/ops/integrations/kiali/index.md b/content/en/docs/ops/integrations/kiali/index.md index 0d59cf8fa0..9534f87b94 100644 --- a/content/en/docs/ops/integrations/kiali/index.md +++ b/content/en/docs/ops/integrations/kiali/index.md @@ -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.