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
Allow non-drained updates based on node schedulability and kubelet status
The previous PR (openshift#30318) allowed
non-drained updates but also required the node annotation
"machineconfiguration.openshift.io/state"="Done". This condition is too strict,
as the MCD may not be in the "Done" state when the nodes remain schedulable and fully functional.
Signed-off-by: Qi Wang <qiwan@redhat.com>
0 commit comments