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
Sometimes we want to only cordon or drain an unhealthy node, but want not to create a pod that performs remediation.
Specifying a "no-op" remediation job in spec.jobTemplate in NodeOperation simulates this behavior, but that still creates a meaningless pod.
This feature will make it easy to transition from draino to node-operation-controller.