summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com>2017-08-24 09:56:14 -0700
committerGitHub <noreply@github.com>2017-08-24 09:56:14 -0700
commit5d5678af2dd46a580c8bdfb6a35d78f1568f8005 (patch)
tree5b9ba7a1ae5321ac2a0a53f859237102670a13a0
parent8cd7304aa76ad9c792b0ea272b49f0d8712d8439 (diff)
parent4e61d1877f3c7e0ed85cf910b9514fa6a29fdec2 (diff)
Merge pull request #986 from mykaul/patch-2
Automatic merge from submit-queue Update wait for attach - clarify it's up to 10m
-rw-r--r--contributors/devel/flexvolume.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/flexvolume.md b/contributors/devel/flexvolume.md
index 41d7e54c..dd1eff08 100644
--- a/contributors/devel/flexvolume.md
+++ b/contributors/devel/flexvolume.md
@@ -50,7 +50,7 @@ Detach the volume from the Kubelet node. Nodename param is only valid/relevant i
```
#### Wait for attach:
-Wait for the volume to be attached on the remote node. On success, the path to the device is returned. Called from both Kubelet & Controller manager.
+Wait for the volume to be attached on the remote node. On success, the path to the device is returned. Called from both Kubelet & Controller manager. The timeout should be 10m (based on https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/volumemanager/volume_manager.go#L88 )
```
<driver executable> waitforattach <mount device> <json options>