kubernetes/pkg/controller/nodelifecycle
Kubernetes Submit Queue 06ea14a5d6
Merge pull request #63471 from ceshihao/taint_behavior_consistent
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
```
2018-06-20 04:23:13 -07:00
..
scheduler Parallelize taint manager 2018-05-30 14:46:48 +02:00
BUILD Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
metrics.go Split the NodeController into lifecycle and ipam pieces. 2018-01-04 12:48:08 -08:00
node_lifecycle_controller_test.go simplify code and add unit test for NotReady taint 2018-05-14 06:55:42 +00:00
node_lifecycle_controller.go simplify code and add unit test for NotReady taint 2018-05-14 06:55:42 +00:00
OWNERS Volunteer to maintain nodelifecycle 2018-06-08 10:17:08 +08:00