Skip to content

Commit

Permalink
add known issues section (#12)
Browse files Browse the repository at this point in the history
Signed-off-by: bg-furiosa <[email protected]>
  • Loading branch information
bg-furiosa authored Oct 3, 2024
1 parent d7cb087 commit 6b28990
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6b28990

Please sign in to comment.