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
Error: Failed to configure: open /var/run/secrets/kubernetes.io/serviceaccount/token: no such file or directory
on modules/setup/main.tf line 4, in provider "kubernetes":
4: provider "kubernetes" {
temporary fix:
pin down provider version to 1.9.0
or export KUBERNETES_SERVICE_HOST ="" before terraform init
The text was updated successfully, but these errors were encountered:
This issue is related to Github open issue: hashicorp/terraform-provider-kubernetes#679
Issue:
pipeline started failing with below error:
temporary fix:
The text was updated successfully, but these errors were encountered: