You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2024. It is now read-only.
applying on kubernetes version 1.24 and above gives warning:
╷
│ Warning: "default_secret_name" is no longer applicable for Kubernetes v1.24.0 and above
│
│ with module.metrics_server.kubernetes_service_account.metrics_server,
│ on .terraform/modules/metrics_server/main.tf line 79, in resource "kubernetes_service_account" "metrics_server":
│ 79: resource "kubernetes_service_account" "metrics_server" {
│
│ 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
╵