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

add support for gke node group (and update waiter) #16

Merged
merged 7 commits into from
Jan 7, 2024

Conversation

vsoch
Copy link
Member

@vsoch vsoch commented Dec 5, 2023

The waiter will continue waiting when the nodes are ready. I had pointed this out and wrote a custom function and it got replaced by the waiter at some point. :/ this will revert it back, but I need to test it first.

vsoch added 4 commits December 4, 2023 23:37
The waiter will continue waiting when the nodes are ready.
I had pointed this out and wrote a custom funciton and it
got replaced by the waiter at some point. :/ this will
revert it back, but I need to test it first./

Signed-off-by: vsoch <[email protected]>
This is still risky to do - the GKE clusters self update
and often render in a state that is not usable. But this is still better than
the current setup. When I am brave I will try bringing this up again.
Another issue here is by using a region, we set a min/max for EACH region
so it can result in 3-4x the number of nodes that are expected (not
a great surprise imho).

Signed-off-by: vsoch <[email protected]>
@vsoch vsoch changed the title the waiter is buggy for a nodegroup add support for gke node group (and update waiter) Jan 7, 2024
vsoch added 3 commits January 7, 2024 13:52
the function could work again in the future.

Signed-off-by: vsoch <[email protected]>
@vsoch vsoch merged commit f3a2d08 into main Jan 7, 2024
2 checks passed
@vsoch vsoch deleted the dont-use-node-waiter branch January 7, 2024 21:07
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.

1 participant