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

The warning while running ./scripts/deploy/kind.sh #60

Open
anmyachev opened this issue Jul 13, 2023 · 1 comment
Open

The warning while running ./scripts/deploy/kind.sh #60

anmyachev opened this issue Jul 13, 2023 · 1 comment

Comments

@anmyachev
Copy link
Contributor

╷
│ Warning: "default_secret_name" is no longer applicable for Kubernetes v1.24.0 and above
│
│   with module.kubernetes-dashboard[0].kubernetes_service_account.admin-user,
│   on modules/kubernetes-dashboard/main.tf line 29, in resource "kubernetes_service_account" "admin-user":
│   29: resource "kubernetes_service_account" "admin-user" {
│
│ Starting from version 1.24.0 Kubernetes does not automatically generate a token for service accounts, in this case,
│ "default_secret_name" will be empty
╵
@aregm
Copy link
Owner

aregm commented Jul 13, 2023

Good catch.

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