diff options
| author | Yaniv Kaul <ykaul@redhat.com> | 2017-08-24 17:23:10 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-24 17:23:10 +0300 |
| commit | 4e61d1877f3c7e0ed85cf910b9514fa6a29fdec2 (patch) | |
| tree | 5b9ba7a1ae5321ac2a0a53f859237102670a13a0 | |
| parent | 8cd7304aa76ad9c792b0ea272b49f0d8712d8439 (diff) | |
Update wait for attach - clarify it's up to 10m
Based on code (hmmm...), clarify that wait for attach should wait up to 10 minutes.
| -rw-r--r-- | contributors/devel/flexvolume.md | 2 |
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> |
