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

kops_cluster_updater: add instance group filtering to rolling updates #1114

Closed
wants to merge 1 commit into from

Conversation

partcyborg
Copy link

Adds the instance_groups attribute to rolling_update_options that, if set, only runs the rolling update on the specified IGs.

Equivalent to running kops rolling-update cluster --instance-groups=<ig1>,<ig2>,... --yes

Closes #1113

Adds `instance_groups` attribute to `rolling_update_options` that if set only runs the rolling update on the specified IGs.

Equivalent to running `kops rolling-update cluster --instance-groups=<ig1>,<ig2>,... --yes`
@partcyborg
Copy link
Author

partcyborg commented Apr 2, 2024

@eddycharly any chance I could get a review? This functionality is the last missing piece in migrating management of our 11 kops clusters into Terraform. Otherwise we will have to run kops rolling-update cluster --instance-group ... in a null_resource which is something I would very much rather avoid.

@partcyborg
Copy link
Author

Ahh, I see you have moved on from supporting the kops provider. I will close this MR and open it with the new provider

@partcyborg partcyborg closed this Apr 11, 2024
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.

kops_cluster_updater rolling_update by instance-group/instance-group-roles
2 participants