terraform-deploy icon indicating copy to clipboard operation
terraform-deploy copied to clipboard

EKS cluster creation temporary error

Open super-cob opened this issue 4 years ago • 1 comments

I notice the same behavior every time, when I create a cluster I get this error

  on autoscaler.tf line 63, in resource "helm_release" "cluster-autoscaler":
  63: resource "helm_release" "cluster-autoscaler" {
Error: Post "https://0B2C668907D2EDACF583F44FC68724C1.gr7.us-east-1.eks.amazonaws.com/api/v1/namespaces": dial tcp 34.199.229.7:443: i/o timeout
  on efs.tf line 37, in resource "kubernetes_namespace" "support":
  37: resource "kubernetes_namespace" "support" {

I try again, and it completes successfully with no other changes.

super-cob avatar May 19 '20 06:05 super-cob

I feel like this falls under the set of timeout errors that just happen with Terraform and K8s. It is strange that it happens every time though. Similar errors that I have run into are only occasional.

salvis2 avatar May 20 '20 21:05 salvis2