The machineconfig does not process when some node status is set ScheduleDisabled by oc adm cordon in advance. Version-Release number of selected component (if applicable): ocp4.2 How reproducible: Steps to Reproduce: 1.$ oc adm cordon ${node} 2.$ oc apply -f ${MachineConfigFile} Actual results: The machineconfig does not process updating. Expected results: The machineconfig should process updating. Or it should output some errors if this behavior is intended. Additional info: The machineconfig resumes processing when executing oc adm uncordon.
Adding UpcomingSprint as this won't make the current sprint. We'll try to work on this bug in the next sprint.
it's very likely because the MCD wasn't running on the node you performed the cordon on. This might be a duplicate of, so check with latest releases please. *** This bug has been marked as a duplicate of bug 1780318 ***