Helm Installation on Kubernetes Node
Helm Install
wget https://get.helm.sh/helm-v3.11.2-linux-amd64.tar.gz
tar -zxvf helm-v3.11.2-linux-amd64.tar.gz
install linux-amd64/helm /usr/local/bin/
rm -rf helm-v3.11.2-linux-amd64.tar.gz linux-amd64
helm repo add nvdp https://nvidia.github.io/k8s-device-plugin
helm repo add nexqloud https://nexqloud-network.github.io/helm-charts
helm repo updateConfirmation of Helm Install
Last updated