Helm: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 17: | Line 17: | ||
{| | {| | ||
|valign='top'| | |valign='top'| | ||
helm repo add bitnami https://charts.bitnami.com/bitnami | |||
helm repo add stable https://charts.helm.sh/stable | helm repo add stable https://charts.helm.sh/stable | ||
Line 26: | Line 27: | ||
---- | ---- | ||
|- | |- | ||
|valign='top'| | |valign='top'| | ||
Line 35: | Line 35: | ||
---- | ---- | ||
|- | |- | ||
|valign='top'| | |valign='top'| | ||
helm repo --help | |||
|valign='top'| | |valign='top'| | ||
helm repo list | |||
|} | |} |
Revision as of 23:04, 24 April 2023
sudo wget -c https://get.helm.sh/helm-v3.11.1-linux-amd64.tar.gz -P /opt/cli/ sudo tar -xvzf /opt/cli/helm-v3.11.1-linux-amd64.tar.gz -C /opt/cli/ sudo rm -rf /opt/cli/helm-v3.11.1-linux-amd64.tar.gz
sudo mv /opt/cli/linux-amd64 /opt/cli/helm-v3.11.1-linux-amd64 sudo update-alternatives --install /usr/local/bin/helm helm\ /opt/cli/helm-v3.11.1-linux-amd64/helm 1983 sudo update-alternatives --install /usr/bin/helm helm\ /opt/cli/helm-v3.11.1-linux-amd64/helm 1983
helm repo add stable https://charts.helm.sh/stable helm search repo jenkins helm version
Repository
helm repo add bitnami https://charts.bitnami.com/bitnami helm repo add stable https://charts.helm.sh/stable |
helm repo add nginx https://helm.nginx.com/stable |
| |
| |
helm repo --help |
helm repo list |
Knowledge
helm repo --help helm repo list |
||
| ||
minikube start --cpus 6 --memory 8192 minikube start |
export KUBECONFIG=${HOME}/.kube/academia-config.yaml unset KUBECONFIG |
minikube stop minikube delete |
| ||
References
| ||