kubernetes/pkg/controller
k8s-merge-robot ec518005a8 Merge pull request #27567 from saad-ali/blockKubeletOnAttachController
Automatic merge from submit-queue

Kubelet Volume Manager Wait For Attach Detach Controller and Backoff on Error

* Closes https://github.com/kubernetes/kubernetes/issues/27483
  * Modified Attach/Detach controller to report `Node.Status.AttachedVolumes` on successful attach (unique volume name along with device path).
  * Modified Kubelet Volume Manager wait for Attach/Detach controller to report success before proceeding with attach.
* Closes https://github.com/kubernetes/kubernetes/issues/27492
  * Implemented an exponential backoff mechanism for for volume manager and attach/detach controller to prevent operations (attach/detach/mount/unmount/wait for controller attach/etc) from executing back to back unchecked.
* Closes https://github.com/kubernetes/kubernetes/issues/26679
  * Modified volume `Attacher.WaitForAttach()` methods to uses the device path reported by the Attach/Detach controller in `Node.Status.AttachedVolumes` instead of calling out to cloud providers.
2016-06-20 20:36:08 -07:00
..
daemon daemonset handle DeletedFinalStateUnknown 2016-05-19 17:16:34 -04:00
deployment Listing pods only once when getting pods for RS in deployment 2016-06-10 09:55:28 -07:00
endpoint EndpointController syncService log error 2016-06-17 17:05:50 +08:00
framework Fix race in informer 2016-06-14 16:40:12 +02:00
garbagecollector fix a log line 2016-06-10 09:58:27 -07:00
gc implement AddIndexers for SharedIndexInformer 2016-05-06 21:23:18 +08:00
job implement AddIndexers for SharedIndexInformer 2016-05-06 21:23:18 +08:00
namespace Merge pull request #25662 from deads2k/prevent-hotloop 2016-05-28 01:30:51 -07:00
node Add patch status to Node internalclientset 2016-06-19 23:54:02 -07:00
persistentvolume Merge pull request #27567 from saad-ali/blockKubeletOnAttachController 2016-06-20 20:36:08 -07:00
petset Update use of Quantity in other classes 2016-05-19 08:41:43 -04:00
podautoscaler Use Metrics API in HPA 2016-05-20 19:50:56 +02:00
replicaset fix updatePod of replication controller manager and replica set controller to 2016-06-15 10:34:26 -07:00
replication fix updatePod of replication controller manager and replica set controller to 2016-06-15 10:34:26 -07:00
resourcequota Have quota controller use a rate limiter to avoid hot-loops 2016-05-17 11:09:30 -04:00
route Improve logging in routecontroller 2016-06-03 12:05:12 +02:00
service Fix race in informer 2016-06-14 16:40:12 +02:00
serviceaccount Generated clients can return their RESTClients, RESTClient can return its RateLimiter 2016-04-27 22:15:10 +02:00
volume Controller wait for attach and exponential backoff 2016-06-20 18:19:55 -07:00
controller_utils_test.go Fix the rest of the code 2016-04-29 17:12:10 -04:00
controller_utils.go Adding logs in deployment for debugging 2016-05-31 15:59:46 -07:00
doc.go Refactor package controller 2015-07-29 09:54:35 -07:00
lookup_cache.go bugfix:lookupcache's Get method can not be called concurrently 2016-06-04 02:21:25 +08:00
OWNERS Remove myself from a bunch of OWNERS files, as I am too overloaded 2016-05-11 13:34:51 -07:00