-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Document update variants #317
Comments
Potential language to include: The benefit is that you always have some node pools active. We don't actually cordon/drain the traffic beyond what the GKE API itself will do, but we do make sure the new node pool is created before the old one is destroyed. The implications of this are that:
|
Documentation of what will happen when changing node pool configurations in the non-update variants is also necessary, as I just discovered the hard way. |
In #256, we added support for node pools to be created before being destroyed in variants. We should provide documentation (in the respective READMEs) of what the update variants are useful for.
The text was updated successfully, but these errors were encountered: