kptdev / kpt

Automate Kubernetes Configuration Editing
https://kpt.dev
Apache License 2.0
1.68k stars 226 forks source link

rollouts should reconcile on changes to GCPFleet #3835

Open droot opened 1 year ago

droot commented 1 year ago

Currently rollouts controller doesn't react to changes in the fleet memberships. So the task here is to monitor changes in fleet memberships and reconcile all the rollouts associated with that fleet.

I considered an optimization in which we reconcile only the affected Rollouts but that can complicate the tracking the membership without much value. So at this stage of the project, keeping it simple.

droot commented 1 year ago

Assigning it lower priority because we reconcile periodically for completed or stalled rollouts, should be good for the MVP.