Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
Once Helm has been set up correctly, add the repo as follows:
helm repo add feathr-helm-charts https://feathr-ai.github.io/helm-charts
If you had already added this repo earlier, run helm repo update
to retrieve
the latest versions of the packages. You can then run helm search repo feathr-online
to see the charts.
To install the feathr-online chart:
helm install feathr-online feathr-helm-charts/feathr-online
To uninstall the chart:
helm delete feathr-online
To test changes to the chart locally, run the following command from helm-charts
helm install feathr-online ./charts/feathr-online -f ./charts/feathr-online/values.yaml
Instructions
- Open Cloud Shell or the Azure CLI
- Run the following commands
az account set --subscription <SUBSCRIPTION ID>
- Get the credentials
az aks get-credentials --resource-group <RESOURCE GROUP> --name <AKS CLUSTER NAME>
Once the correct credentials have been set correctly, please follow the instructions above.