From 40675731ef800aa563968e2046cbba3a6f438228 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Wed, 23 Oct 2024 18:56:17 +0200 Subject: [PATCH] Update FAQ.md Signed-off-by: Kjeld Schouten --- website/src/content/docs/clustertool/FAQ.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/src/content/docs/clustertool/FAQ.md b/website/src/content/docs/clustertool/FAQ.md index 2aa4f3046d9..37ab4ae7e40 100644 --- a/website/src/content/docs/clustertool/FAQ.md +++ b/website/src/content/docs/clustertool/FAQ.md @@ -62,3 +62,11 @@ In some cases, like kubernetes, you can disable the workloads or services in the Yes you can! While we advice sticking with the defaults where possible, we fully support altering the included helm-charts to fit your usecase. However, any issues after alterations are not within our scope for support. + +## I get this error: failed to pull chart cilium: no cached repo found. + +You need to remove all http helm repositories from the system you're using clustertool on. +Please check the Helm docs on how to do this. + + +