mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-20 16:31:45 -05:00
Automatic merge from submit-queue (batch tested with PRs 49850, 47782, 50595, 50730, 51341) NodeConditionPredicates should return NodeOutOfDisk error. **What this PR does / why we need it**: In https://github.com/kubernetes/kubernetes/pull/49932 , I moved node condition check into a predicates; but it return incorrect error :(. We also need to add more cases to `TestNodeShouldRunDaemonPod` which is key function of DaemonSet. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #50594 **Release note**: ```release-note None ``` |
||
|---|---|---|
| .. | ||
| util | ||
| BUILD | ||
| daemon_controller.go | ||
| daemon_controller_test.go | ||
| doc.go | ||
| OWNERS | ||
| update.go | ||
| update_test.go | ||