Giter Club home page Giter Club logo

Comments (4)

Jberlinsky avatar Jberlinsky commented on June 30, 2024

For posterity, this is related to #20 (comment)

The issue here is that the test case you were running spins up a node pool with 100 machines. From the docs:

The Pod range as determined by the --cluster-ipv4-cidr or --cluster-secondary-range-name flags must be at least large enough to fit (total number of nodes × 256) IP addresses.

So, in this case, 100 * 256 = 25,600 IP addresses required, whereas a /20 CIDR only fits 4,096. You'd need a /14 block.

As to resolution, I'm open to considering this a fixture setup issue (which should be thoroughly documented, to prevent it from happening to others), or to reducing the number of nodes that the test case in question expects to bring up, as 100 nodes is certainly not an average case.

from terraform-google-kubernetes-engine.

morgante avatar morgante commented on June 30, 2024

Can we simply document that requirement as the first step?

from terraform-google-kubernetes-engine.

Jberlinsky avatar Jberlinsky commented on June 30, 2024

@morgante I'm open to that iterative solution, but I think there's a larger conversation to be had here about repeatable testing. As we were talking about, we should probably focus on making sure that nobody has trouble running tests -- I'm of the belief that providing network fixtures is the least-bad way to handle this.

EDIT: Addressing this here: #20 (comment)

from terraform-google-kubernetes-engine.

Jberlinsky avatar Jberlinsky commented on June 30, 2024

This was covered in #33. Closing.

from terraform-google-kubernetes-engine.

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.