• Kubernetes Submit Queue's avatar
    Merge pull request #63471 from ceshihao/taint_behavior_consistent · 06ea14a5
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 65032, 63471, 64104, 64672, 64427). 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>.
    
    Make taint behavior consistent for NoSchedule
    
    **What this PR does / why we need it**:
    Make taint behavior consistent.
    If `TaintNodesByCondition ` is enable, taint node with `NotReady:NoSchedule`.
    
    **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 #63420
    
    **Special notes for your reviewer**:
    
    **Release note**:
    
    ```release-note
    None
    ```
    06ea14a5
Name
Last commit
Last update
..
scheduler Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
metrics.go Loading commit data...
node_lifecycle_controller.go Loading commit data...
node_lifecycle_controller_test.go Loading commit data...