Labeling "updated" nodes in machine config pool #1899
SISheogorath
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
We already have |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In order to optimise workloads for OpenShift updates, it would be helpful if one could define affinities to make Pods jump to updated nodes instead of being shuffled multiple times. It would also allow to adjust the scheduler preferences to prefer scheduling workloads on updated nodes, smoothing the update process by reducing potential blocking by PDBs.
Main question would be which controller will do it. The machine-config-operator is of course the prime candidate to attach and remove these labels from node objects along with maintaining the annotations for desired-machineconfig states. But maybe someone has a better idea.
Beta Was this translation helpful? Give feedback.
All reactions