Difference between revisions of "Helm repo add"

From wikieduonline
Jump to navigation Jump to search
Line 9: Line 9:
 
  helm repo add stable https://kubernetes-charts.storage.googleapis.com/
 
  helm repo add stable https://kubernetes-charts.storage.googleapis.com/
 
  "stable" has been added to your repositories
 
  "stable" has been added to your repositories
 +
 +
helm repo add [[bitnami]] https://charts.bitnami.com/bitnami
  
 
  [[helm install]] --name ingress-nginx ingress-nginx/ingress-nginx
 
  [[helm install]] --name ingress-nginx ingress-nginx/ingress-nginx

Revision as of 19:20, 9 November 2021

helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx/
"ingress-nginx" has been added to your repositories
helm repo add jenkinsci https://charts.jenkins.io
"jenkinsci" has been added to your repositories
helm repo add stable https://kubernetes-charts.storage.googleapis.com/
"stable" has been added to your repositories
helm repo add bitnami https://charts.bitnami.com/bitnami
helm install --name ingress-nginx ingress-nginx/ingress-nginx

Related commands

See also

Advertising: