kubernetes/pkg/controller
Kubernetes Submit Queue 02e3577ab1
Merge pull request #60009 from zetaab/nodetaint
Automatic merge from submit-queue (batch tested with PRs 63129, 63066, 60009, 63136, 63086). 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>.

add node shutdown taint

**What this PR does / why we need it**: we need node stopped taint in order to detach volumes immediately without waiting timeout. More info in issue ticket #58635 

**Which issue(s) this PR fixes** 
Fixes #58635

**Special notes for your reviewer**: this was reverted, original PR https://github.com/kubernetes/kubernetes/pull/59323 Hopefully now bugs are fixed. However, I will execute more tests manually today.

**Release note**:
```release-note
NONE
```
2018-04-25 06:29:22 -07:00
..
bootstrap Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
certificates sarapprover: remove self node cert 2018-04-13 11:23:51 -07:00
cloud PR #59323, fix bug and remove one api call, add node util dependency to cloud controller 2018-04-22 20:32:26 +03:00
clusterroleaggregation Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
cronjob Merge pull request #62011 from hanxiaoshuai/fixtodo0402 2018-04-05 18:47:07 -07:00
daemon Moved sync pod on Node logic to func. 2018-04-12 09:31:31 +08:00
deployment Fix a bug in Deployment controller when comparing templates 2018-04-04 17:14:07 -07:00
disruption Use typed events client directly 2018-04-01 18:57:29 +10:00
endpoint Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
garbagecollector Merge pull request #59172 from fisherxu/removeyear 2018-03-21 12:44:37 -07:00
history Merge pull request #59365 from ayushpateria/patch-sts 2018-02-27 10:21:00 -08:00
job Merge pull request #58972 from soltysh/issue54870 2018-04-19 16:47:18 -07:00
namespace Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
nodeipam Use typed events client directly 2018-04-01 18:57:29 +10:00
nodelifecycle PR #59323, fix bug and remove one api call, add node util dependency to cloud controller 2018-04-22 20:32:26 +03:00
podautoscaler Use typed events client directly 2018-04-01 18:57:29 +10:00
podgc Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
replicaset Use typed events client directly 2018-04-01 18:57:29 +10:00
replication Use typed events client directly 2018-04-01 18:57:29 +10:00
resourcequota Merge pull request #57302 from lichuqiang/resourceQuota4extendedResource 2018-02-20 14:10:46 -08:00
route Merge pull request #61315 from hzxuzhonghu/route-controller 2018-04-09 04:31:14 -07:00
service Use typed events client directly 2018-04-01 18:57:29 +10:00
serviceaccount Update gofmt for go1.10 2018-04-02 17:44:04 -07:00
statefulset Use typed events client directly 2018-04-01 18:57:29 +10:00
testutil PR #59323, fix bug and remove one api call, add node util dependency to cloud controller 2018-04-22 20:32:26 +03:00
ttl Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
util/node PR #59323, fix bug and remove one api call, add node util dependency to cloud controller 2018-04-22 20:32:26 +03:00
volume Merge pull request #62886 from msau42/fix-localssd-fsgroup 2018-04-20 20:06:13 -07:00
.import-restrictions
BUILD PR #59323, fix bug and remove one api call, add node util dependency to cloud controller 2018-04-22 20:32:26 +03:00
client_builder.go remove duplicated import 2017-11-14 17:18:17 +08:00
controller_ref_manager_test.go Merge pull request #50353 from zhangxiaoyu-zidif/Delete-redundant-expectError-for-controller-ref-test 2017-08-12 00:00:55 -07:00
controller_ref_manager.go Update the DaemonSet controller to use the apps/v1 API 2018-02-22 11:38:54 -08:00
controller_utils_test.go Removed unused function. 2017-11-14 10:53:29 +02:00
controller_utils.go PR #59323, fix bug and remove one api call, add node util dependency to cloud controller 2018-04-22 20:32:26 +03:00
doc.go
lookup_cache.go
OWNERS