Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong apiVersion in k8s dashboard manifest #2

Open
xoxefdp opened this issue May 16, 2020 · 1 comment
Open

Wrong apiVersion in k8s dashboard manifest #2

xoxefdp opened this issue May 16, 2020 · 1 comment

Comments

@xoxefdp
Copy link

xoxefdp commented May 16, 2020

Due to be using an old k8s version by now, in reference manifest for k8s dashboard the appVersion uses a deprecated api: apps/v1beta2

Curso de Kubernetes
Clase Kubernetes dashboard

secret/kubernetes-dashboard-certs unchanged
serviceaccount/kubernetes-dashboard unchanged
role.rbac.authorization.k8s.io/kubernetes-dashboard-minimal unchanged
rolebinding.rbac.authorization.k8s.io/kubernetes-dashboard-minimal unchanged
service/kubernetes-dashboard unchanged
error: unable to recognize "kubernetes-dashboard.yaml": no matches for kind "Deployment" in version "apps/v1beta2"
@xoxefdp xoxefdp changed the title Wrong appVersion in k8s dashboard manifest Wrong apiVersion in k8s dashboard manifest May 16, 2020
@DxrosNgu
Copy link

changes app/v1beta2 to app/v1, when I was making this change, it worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants