Skip to content
This repository was archived by the owner on Feb 28, 2021. It is now read-only.
This repository was archived by the owner on Feb 28, 2021. It is now read-only.

Error: validation failed: unable to recognize "": no matches for kind "Deployment" in version "apps/v1beta2" #3

@quantum-fusion

Description

@quantum-fusion

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions