Skip to content

Commit 5d5678a

Browse files
author
Kubernetes Submit Queue
authored
Merge pull request #986 from mykaul/patch-2
Automatic merge from submit-queue Update wait for attach - clarify it's up to 10m
2 parents 8cd7304 + 4e61d18 commit 5d5678a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributors/devel/flexvolume.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Detach the volume from the Kubelet node. Nodename param is only valid/relevant i
5050
```
5151

5252
#### Wait for attach:
53-
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.
53+
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 )
5454

5555
```
5656
<driver executable> waitforattach <mount device> <json options>

0 commit comments

Comments
 (0)