From 6b28990d9df0c3941231b08dc750d7826886d149 Mon Sep 17 00:00:00 2001 From: bg-furiosa <143981183+bg-furiosa@users.noreply.github.com> Date: Wed, 2 Oct 2024 21:07:24 -0500 Subject: [PATCH] add known issues section (#12) Signed-off-by: bg-furiosa --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 61c8c07..2493169 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,14 @@ helm repo add furiosa https://furiosa-ai.github.io/helm-charts ``` You can then run `helm search repo furiosa` to see the charts. +## Known Issues + +### furiosa-feature-discovery +- If you’re using a Kubernetes cluster with a version lower than v1.24, installing the furiosa-feature-discovery Helm chart may fail due to a resource version issue with its dependency chart node-feature-discovery. + To work around this, manually install an older version of node-feature-discovery on your cluster. + Then, in the [values.yaml](charts/furiosa-feature-discovery/values.yaml) file of the furiosa-feature-discovery chart, set `node-feature-discovery.enabled` to `false` to prevent automatic installation. + + ## License