Kubernetes create deployment unexpected SchemaError
After installing kubectl with brew you should run: rm /usr/local/bin/kubectl brew link –overwrite kubernetes-cli And also optionally: brew link –overwrite –dry-run kubernetes-cli.
After installing kubectl with brew you should run: rm /usr/local/bin/kubectl brew link –overwrite kubernetes-cli And also optionally: brew link –overwrite –dry-run kubernetes-cli.
The stable repository is hosted on https://kubernetes-charts.storage.googleapis.com/. So, try the following: helm repo add stable https://kubernetes-charts.storage.googleapis.com/ EDIT 2020-11-16: the above repository seems to have been deprecated. The following should now work instead: helm repo add stable https://charts.helm.sh/stable