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

New version of terraform provider kubernetes (v1.10) has broken token auth #127

Closed
NikitaGandhi opened this issue Nov 21, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@NikitaGandhi
Copy link
Contributor

This issue is related to Github open issue: hashicorp/terraform-provider-kubernetes#679

Issue:
pipeline started failing with below error:

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
@NikitaGandhi NikitaGandhi added the bug Something isn't working label Nov 22, 2019
woodcockr added a commit that referenced this issue Dec 10, 2019
@woodcockr
Copy link
Member

Fixed in terraform-aws-odc v1.8 candidate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants