-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
Deploy and Access the Kubernetes Dashboard #29917
Comments
/retitile Warning whilst following task “Deploy and Access the Kubernetes Dashboard” |
I think this report is about https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/ |
That page links to https://raw.githubusercontent.com/kubernetes/dashboard/v2.3.1/aio/deploy/recommended.yaml I suspect the fix will be to update that to a more recent all-in-one manifest, and test that the updated manifest works. |
Seeing an error (not warning) : seems to be related to most recent merge kubernetes/dashboard@f97fb55 on aio/deploy/recommended/06_dashboard_deployment.yaml which is where |
Hi, can this be assigned to me? |
/assign @Garima-Negi |
/triage accepted |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
@dims @mehabhalodiya The corresponding PR for this issue is now closed. |
/close |
@mehabhalodiya: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
While deploying the dashboard on 1.22.2 I am getting a warning
Warning: spec.template.metadata.annotations[seccomp.security.alpha.kubernetes.io/pod]: deprecated since v1.19; use the "seccompProfile" field instead.
Please if you can fix it.
annotations:
seccomp.security.alpha.kubernetes.io/pod: 'runtime/default'
The text was updated successfully, but these errors were encountered: