Open
Description
Is your feature request related to a problem? Please describe.
After my upgrade plan failed due to rancher/k3s-upgrade#22 I deleted the plan, with the hope that the nodes would be returned to status Ready
. The controller continued to schedule jobs and the node remained with status Ready,SchedulingDisabled
.
Describe the solution you'd like
The controller should see that attempts to upgrade are failing and return the node back to status Ready
. No more attempts to schedule the upgrade should be made until the upgrade plan is modified.
Describe alternatives you've considered
I manually ran kubectl uncordon my-node
and all was fine.
Additional context