Giter Site home page Giter Site logo

Comments (4)

im2nguyen avatar im2nguyen commented on June 16, 2024

Hi @mitesh51, can you describe the steps to replicate this error? Thank you

from learn-terraform-provision-eks-cluster.

Manu-pocs avatar Manu-pocs commented on June 16, 2024
  1. I created an EKS cluster using same code and it worked fine. I am using Windows machine to perform all operations so I added following script:
    wait_for_cluster_interpreter = ["C:/Program Files/Git/bin/sh.exe", "-c"]
    wait_for_cluster_cmd = "until curl -sk $ENDPOINT >/dev/null; do sleep 4; done"
  2. In worker Groups, I changed instance type and executed terraform apply in the first block and I got the error.
  3. I added another worker group block and executed terraform apply and got same error.

from learn-terraform-provision-eks-cluster.

im2nguyen avatar im2nguyen commented on June 16, 2024

It seems like this may be a bug with the module itself, can you create an issue on https://github.com/terraform-aws-modules/terraform-aws-eks?

from learn-terraform-provision-eks-cluster.

alanszlosek avatar alanszlosek commented on June 16, 2024

This should now be fixed by #64 and #65. Please let us know if you are still having issues.

from learn-terraform-provision-eks-cluster.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.