k3s/docs
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
..
admin Updated docs and examples for release-1.3. 2016-06-13 12:24:34 -07:00
api-reference Merge pull request #27567 from saad-ali/blockKubeletOnAttachController 2016-06-20 20:36:08 -07:00
design Merge pull request #27221 from david-mcmahon/updatedocs 2016-06-15 14:43:06 -07:00
devel Merge pull request #26032 from pmorie/improve-tests 2016-06-15 15:44:33 -07:00
getting-started-guides Updated docs and examples for release-1.3. 2016-06-13 12:24:34 -07:00
images Updated for v1.2.0. 2016-03-18 14:20:56 -07:00
man/man1 Run new update-generated-docs.sh script 2016-06-08 17:25:21 -07:00
proposals Proposal for implementing init containers 2016-06-17 17:39:07 -04:00
user-guide Updated docs and examples for release-1.3. 2016-06-13 12:24:34 -07:00
yaml/kubectl Run new update-generated-docs.sh script 2016-06-08 17:25:21 -07:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
README.md Updated docs and examples for release-1.3. 2016-06-13 12:24:34 -07:00
api.md Updated docs and examples for release-1.3. 2016-06-13 12:24:34 -07:00
reporting-security-issues.md Updated docs and examples for release-1.3. 2016-06-13 12:24:34 -07:00
roadmap.md Updated docs and examples for release-1.3. 2016-06-13 12:24:34 -07:00
troubleshooting.md Updated docs and examples for release-1.3. 2016-06-13 12:24:34 -07:00
warning.png
whatisk8s.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/README.md).

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

Kubernetes Documentation: releases.k8s.io/HEAD

Analytics