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
Support --options on upgrade tests to abort in progress
To better stress test upgrades, add disruption elements for aborting
an upgrade part of the way through as well as rebooting random masters.
--options=abort-at=PERCENT will cause the upgrade to stop and roll back
to the previous version when PERCENT of operators have been upgraded.
100 will be after the upgrade is complete, while 'random' will be at
a randomly chosen percent.
--options=disrupt-reboot=POLICY causes random periodic reboots of
masters during upgradse. If set to 'graceful' the reboot allows clean
shutdown. If set to 'force' the machines immediate exit (to simulate
power loss).
0 commit comments