kubernetes/pkg/controller/persistentvolume
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
..
options added toggle to disable dynamic provisioning 2016-06-20 01:15:23 -04:00
binder_test.go Fix several spelling errors in comments. 2016-06-17 10:41:18 -07:00
controller_base.go Merge pull request #27567 from saad-ali/blockKubeletOnAttachController 2016-06-20 20:36:08 -07:00
controller_test.go added toggle to disable dynamic provisioning 2016-06-20 01:15:23 -04:00
controller.go Merge pull request #27128 from markturansky/disable_provisioning 2016-06-20 02:10:43 -07:00
delete_test.go Merge pull request #27434 from jsafrane/pv-events-message 2016-06-20 01:36:28 -07:00
framework_test.go Merge pull request #27128 from markturansky/disable_provisioning 2016-06-20 02:10:43 -07:00
index_test.go Add label selector to match criteria for claims to volumes 2016-05-30 12:11:12 -04:00
index.go Fix typo and linewrap comments in PV controller 2016-06-02 15:50:07 -04:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
provision_test.go added toggle to disable dynamic provisioning 2016-06-20 01:15:23 -04:00
recycle_test.go Fill PV.Status.Message with deleter/recycler errors. 2016-06-15 14:56:31 +02:00
volume_host.go Introduce new kubelet volume manager 2016-06-15 09:34:08 -07:00