Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
helm repo add furiosa https://furiosa-ai.github.io/helm-charts
You can then run helm search repo furiosa
to see the charts.
- 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 file of the furiosa-feature-discovery chart, set
node-feature-discovery.enabled
tofalse
to prevent automatic installation.
Copyright 2023 FuriosaAI, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.