Skip to content

feathr-ai/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

feathr-helm-charts

Usage

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

Local Development

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

AKS Connection

Instructions

  1. Open Cloud Shell or the Azure CLI
  2. Run the following commands
az account set --subscription <SUBSCRIPTION ID>
  1. 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.