跳到主要内容

cmd


helm repo list

helm search repo calico
helm search repo ingress


helm pull ingress-nginx/ingress-nginx
helm pull projectcalico/tigera-operator

helm show values ingress-nginx.tar

helm show values ingress-nginx.tar > value.yaml

helm install calico projectcalico/tigera-operator --version v3.27.3 -f values.yaml --namespace tigera-operator


helm install





helm plugin install https://github.com/chartmuseum/helm-push
helm plugin update cm-push

helm repo add cilium   https://helm.cilium.io                    
helm repo add coredns https://coredns.github.io/helm

helm repo add projectcalico https://docs.tigera.io/calico/charts

helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx

metrics-server