kubernetes/pkg/controller/node
Kubernetes Submit Queue b832992fc6 Merge pull request #49257 from k82cn/k8s_42001
Automatic merge from submit-queue (batch tested with PRs 51574, 51534, 49257, 44680, 48836)

Task 1: Tainted node by condition.

**What this PR does / why we need it**:
Tainted node by condition for MemoryPressure, OutOfDisk and so on.

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: part of #42001 

**Release note**:
```release-note
Tainted nodes by conditions as following:
  * 'node.kubernetes.io/network-unavailable=:NoSchedule' if NetworkUnavailable is true
  * 'node.kubernetes.io/disk-pressure=:NoSchedule' if DiskPressure is true
  * 'node.kubernetes.io/memory-pressure=:NoSchedule' if MemoryPressure is true
  * 'node.kubernetes.io/out-of-disk=:NoSchedule' if OutOfDisk is true
```
2017-08-31 23:13:20 -07:00
..
ipam Use 'Infof' instead of 'Errorf' for a debug log 2017-08-18 08:08:55 +08:00
scheduler Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
util Merge pull request #49257 from k82cn/k8s_42001 2017-08-31 23:13:20 -07:00
BUILD Merge pull request #49257 from k82cn/k8s_42001 2017-08-31 23:13:20 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
metrics.go Fix const nameing in node/metrics 2017-06-05 16:36:09 +08:00
node_controller.go Merge pull request #49257 from k82cn/k8s_42001 2017-08-31 23:13:20 -07:00
nodecontroller_test.go Tainted node by condition. 2017-08-11 09:55:29 +08:00
OWNERS Add bowei to OWNERS: e2e/test dns,network; cloud route, node, service controller 2017-05-19 14:49:43 -07:00