Skip to content
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

Ensure node-pool example node count < 6 #99

Merged
merged 1 commit into from
Mar 12, 2019

Conversation

adrienthebo
Copy link
Contributor

When GKE stands up a cluster with more than 6 nodes in the node pool, it will automatically resize the master node. This causes the cluster to enter reconciling, which fouls up our CI configuration.

This commit sidesteps this problem by converting the node-pool example to a zonal pool, removing the default node pool and shrinking the max size of the added node pools. We can add graceful handling of cluster reconciliation in a followup PR.

This pull request depends on #98.

@adrienthebo adrienthebo force-pushed the adrienthebo/maint/node-pool-example-size branch from 9a0720a to ce74473 Compare March 12, 2019 01:09
Copy link
Contributor

@thefirstofthe300 thefirstofthe300 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM pending CI passing.

@aaron-lane
Copy link
Contributor

@adrienthebo #98 was merged. Please rebase and ready for review.

When GKE stands up a cluster with more than 6 nodes in the node pool, it
will automatically resize the master node. This causes the cluster to
enter reconciling, which fouls up our CI configuration.

This commit sidesteps this problem by converting the node-pool example
to a zonal pool, removing the default node pool and shrinking the max
size of the added node pools. We can add graceful handling of cluster
reconciliation in a followup PR.
@adrienthebo adrienthebo force-pushed the adrienthebo/maint/node-pool-example-size branch from ce74473 to 054a458 Compare March 12, 2019 15:56
@adrienthebo adrienthebo marked this pull request as ready for review March 12, 2019 15:58
@adrienthebo
Copy link
Contributor Author

We had a spurious failure on build 187, I've triggered another build to re-test this PR.

Copy link
Contributor

@thefirstofthe300 thefirstofthe300 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@aaron-lane aaron-lane merged commit daea924 into master Mar 12, 2019
@aaron-lane aaron-lane deleted the adrienthebo/maint/node-pool-example-size branch March 12, 2019 18:50
CPL-markus pushed a commit to WALTER-GROUP/terraform-google-kubernetes-engine that referenced this pull request Jul 15, 2024
…modules/adrienthebo/maint/node-pool-example-size

Ensure node-pool example node count < 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants