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

I can not install kubernetes-dashboard with helm. #9675

Open
taogone opened this issue Nov 20, 2024 · 2 comments
Open

I can not install kubernetes-dashboard with helm. #9675

taogone opened this issue Nov 20, 2024 · 2 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@taogone
Copy link

taogone commented Nov 20, 2024

What happened?

This command is not working.
"helm upgrade --install kubernetes-dashboard kubernetes-dashboard/kubernetes-dashboard --create-namespace --namespace kubernetes-dashboard"

When I had tried to install with above command, I had got following error messages.

Release "kubernetes-dashboard" does not exist. Installing it now.
Error: template: kubernetes-dashboard/templates/secrets/csrf.yaml:24:6: executing "kubernetes-dashboard/templates/secrets/csrf.yaml" at <include "kubernetes-dashboard.app.csrf.secret.value" .>: error calling include: template: kubernetes-dashboard/templates/_helpers.tpl:95:63: executing "kubernetes-dashboard.app.csrf.secret.value" at <$secret.data>: wrong type for value; expected map[string]interface {}; got interface {}

How can I install kubernetes-dashboard.

OS: Ubuntu

What did you expect to happen?

install kubernetes-dashboard

How can we reproduce it (as minimally and precisely as possible)?

Try follow command.

"helm upgrade --install kubernetes-dashboard kubernetes-dashboard/kubernetes-dashboard --create-namespace --namespace kubernetes-dashboard"

Anything else we need to know?

No response

What browsers are you seeing the problem on?

No response

Kubernetes Dashboard version

Check above error message

Kubernetes version

Client Version: v1.30.6

Dev environment

No response

@taogone taogone added the kind/bug Categorizes issue or PR as related to a bug. label Nov 20, 2024
@taogone
Copy link
Author

taogone commented Nov 20, 2024

Kubernetes Server version is v1.29.10

@floreks
Copy link
Member

floreks commented Nov 20, 2024

Try updating helm to the latest version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

2 participants