k3s/docs/api-reference
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
..
autoscaling/v1 Add Controller to api/meta 2016-05-31 20:21:05 +02:00
batch/v1 correction on rbd volume object and defaults 2016-06-06 17:27:47 +00:00
extensions/v1beta1 Fix hack/update-api-reference-docs.sh 2016-06-20 22:02:04 +02:00
v1 Add VolumesAttached field to Node Status API 2016-06-19 23:54:02 -07:00
README.md Updated docs and examples for release-1.3. 2016-06-13 12:24:34 -07:00

README.md

WARNING WARNING WARNING WARNING WARNING

PLEASE NOTE: This document applies to the HEAD of the source tree

If you are using a released version of Kubernetes, you should refer to the docs that go with that version.

The latest release of this document can be found [here](http://releases.k8s.io/release-1.3/docs/api-reference/README.md).

Documentation for other releases can be found at releases.k8s.io.

API Reference

Use the following reference docs to understand the kubernetes REST API for various API group versions:

Analytics