The problem is that the helm chart failed validation, due to no matches for kind Deployment. Any idea why, or how to solve this?
minikube start
helm version
helm version
Client: &version.Version{SemVer:"v2.15.2", GitCommit:"8dce272473e5f2a7bf58ce79bb5c3691db54c96b", GitTreeState:"clean"}
Server: &version.Version{SemVer:"v2.15.2", GitCommit:"8dce272473e5f2a7bf58ce79bb5c3691db54c96b", GitTreeState:"clean"}
helm init
helm init --upgrade
kubectl get all --all-namespaces | grep tiller
kube-system pod/tiller-deploy-58f57c5787-5pw9v 1/1 Running 2 106m
kube-system service/tiller-deploy ClusterIP 10.96.28.94 44134/TCP 106m
kube-system deployment.apps/tiller-deploy 1/1 1 1 106m
kube-system replicaset.apps/tiller-deploy-58f57c5787 1 1 1 106m
helm repo add int128 https://int128.github.io/helm-charts
helm repo update
helm inspect int128/kubernetes-dashboard-proxy
helm install int128/kubernetes-dashboard-proxy
helm install int128/kubernetes-dashboard-proxy
Error: validation failed: unable to recognize "": no matches for kind "Deployment" in version "apps/v1beta2"