• Kubernetes Submit Queue's avatar
    Merge pull request #67337 from linyouchong/pr-0813-issue67225 · 5d8a79f2
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 67493, 67617, 67582, 67337). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
    
    Fix bug:DaemonSet didn't create pod after node have enough resource
    
    **What this PR does / why we need it**:
    Fix bug:DaemonSet didn't create pod after node have enough resource
    
    **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
    Fixes #67225 
    
    **Special notes for your reviewer**:
    NONE
    
    **Release note**:
    ```release-note
    DaemonSet: Fix bug- daemonset didn't create pod after node have enough resource
    ```
    5d8a79f2
daemon_controller.go 57.2 KB