-
-
Notifications
You must be signed in to change notification settings - Fork 355
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
Fail with I/O timeout due to bad configuration of the Kubernetes provider #104
Comments
We are investigating. This appears to be related to some or all of the following:
There is a documented warning about using the Kubernetes provider in the same module that creates the Kubernetes resource, but we have not had a problem with it in this module until recently. Although we have made several recent changes to the modules, we expect this is primarily triggered by a change in behavior of Terraform 0.14 and the new Kubernetes provider v2.0.0. |
Got in similar situation when updated EKS cluster (provisioned by this module version 0.34.1) from 1.18 to 1.19. Changing Probably this case has to be documented as known issue with workaround. |
Thanks for investigating @Nuru. I got this error from a different pathway. I'm using the cloudposse/eks-cluster with the cloudposse/named-subnets module mostly configured like the examples: Show Configuration
After creation, When I change the existing
With the subnet_names change, the debug output contains a WARNING: Show Logs
Without the change, there is no WARNING. Show Logs
Show Versions
|
It also seems relevant to hashicorp/terraform-provider-kubernetes#1167. Unfortunately, we're already using the |
It also seems related to #58 (comment) |
A similar problem is also affecting |
Just sharing another datapoint. Today, I tried changing the module's
Wanted to avoid going down the I happened to try passing a
After applying, plan works again without the KUBE_CONFIG_PATH specified. |
Describe the Bug
Creating or modifying an EKS cluster fails (sometimes) with errors suggesting the Kubernetes provider is not properly configured. This appears to be more of a problem with Terraform 0.14 than with Terraform 0.13.
Steps to Reproduce
Steps to reproduce the behavior:
terraform plan
Environment (please complete the following information):
terraform-aws-eks-cluster
0.34.1Update
This appears to be a bug in the Kubernetes v2 Terraform provider (see comments below). Until v2 works the way we want, we recommend using
terraform-aws-eks-cluster
v0.37.0 or later and pinning the Kubernetes provider to~> 1.13
The text was updated successfully, but these errors were encountered: