Setup Kubernetes Components
Add e6data Helm Charts Repository
helm repo add e6data https://e6data.github.io/helm-charts/
helm repo updateEdit values.yaml
values.yamlcloud:
type: "AZURE"
oidc_value: <E6DATA_USER_ASSIGNED_IDENTITY_CLIENT_ID>
control_plane_user:
- <OBJECT_ID_OF_THE_E6DATA_APP_REGISTRATION>
karpenter:
nodepool:
- "<NODE_POOL_NAME>"
nodeclass:
- "<NODE_CLASS_NAME>"Run Helm Charts3
Last updated
