Helm install unknown flag –name

In Helm v3, the release name is now mandatory as part of the commmand, see helm install –help: Usage: helm install [NAME] [CHART] [flags] Your command should be: helm install my-nginx stable/nginx-ingress Furthermore, Helm will not auto-generate names for releases anymore. If you want the “old behavior”, you can use the –generate-name flag. e.g: helm … Read more

helm list : cannot list configmaps in the namespace “kube-system”

Once these commands: kubectl create serviceaccount –namespace kube-system tiller kubectl create clusterrolebinding tiller-cluster-rule –clusterrole=cluster-admin –serviceaccount=kube-system:tiller kubectl patch deploy –namespace kube-system tiller-deploy -p ‘{“spec”:{“template”:{“spec”:{“serviceAccount”:”tiller”}}}}’ helm init –service-account tiller –upgrade were run, the issue has been solved.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)