mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-27 00:06:16 +00:00
Automatic merge from submit-queue (batch tested with PRs 40932, 41896, 41815, 41309, 41628) Make DaemonSets survive taint-based evictions when nodes turn unreachable/notReady **What this PR does / why we need it**: DaemonPods shouldn't be deleted by NodeController in case of Node problems. This PR is to add infinite tolerations for Unreachable/NotReady NoExecute Taints, so that they won't be deleted by NodeController when a node goes unreachable/notReady. **Which issue this PR fixes** : fixes #41738 Related PR: #41133 **Special notes for your reviewer**: **Release note**: ```release-note Make DaemonSets survive taint-based evictions when nodes turn unreachable/notReady. ```