mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 11:18:16 +00:00
Automatic merge from submit-queue (batch tested with PRs 39483, 39088, 38787) daemonset: differentiate between cases in nodeShouldRun specifically we need to differentiate between wanting to run, should run and should continue running. This is required to support all taint effects and will improve reporting and end user debuggability. fixes https://github.com/kubernetes/kubernetes/issues/28839 among other things