You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a new controller that monitors cluster.status.failureDomains and
triggers rollouts on KubeAdmControlPlane when failure domains currently
in use by control plane machines are disabled or removed.
The controller is enabled by default and can be disabled with
--failure-domain-rollout-enabled=false.
**How has this been tested?**
* Create 4 failure domains: fd-1, fd-2, fd-3, fd-4
* Create a cluster with control plane on 3 failure domains fd-1, fd-2,
fd-3
* Remove fd-3 from the control plane configuration and observe a rollout
to fd-1 & fd-2 only
* Add fd-3 again and observe a rollout to fd-1, fd-2, and fd-3
* Add fd-4 to control plane configuration and observe no rollout takes
place
0 commit comments