From 4e61d1877f3c7e0ed85cf910b9514fa6a29fdec2 Mon Sep 17 00:00:00 2001 From: Yaniv Kaul Date: Thu, 24 Aug 2017 17:23:10 +0300 Subject: 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. --- contributors/devel/flexvolume.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) ``` waitforattach -- cgit v1.2.3