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
The kubernetes_secret and kubernetes_storage_class are unable to refresh state. This manifests as the kubernetes provider attempting to dial tcp 127.0.0.1:80 rather than the configured cluster. This may be a result of the order in which Terraform evaluates the provider block vs the resources as noted in the Kubernetes Provider documentation and GKE example.
This also blocks #90 as with TF 0.15+ a refresh state is attempted prior to the destroy phase.
Expected behavior
No response
Observed behavior
No response
Terraform Configuration
CI
Terraform Version
TF 0.15+
Additional information
No response
The text was updated successfully, but these errors were encountered:
TL;DR
The
kubernetes_secret
andkubernetes_storage_class
are unable to refresh state. This manifests as the kubernetes provider attempting to dial tcp 127.0.0.1:80 rather than the configured cluster. This may be a result of the order in which Terraform evaluates the provider block vs the resources as noted in the Kubernetes Provider documentation and GKE example.This also blocks #90 as with TF 0.15+ a refresh state is attempted prior to the destroy phase.
Expected behavior
No response
Observed behavior
No response
Terraform Configuration
Terraform Version
Additional information
No response
The text was updated successfully, but these errors were encountered: