mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 02:09:56 +00:00
Add comment about EBS status being a bit slow through API
This commit is contained in:
parent
0101bf2081
commit
aa6051026e
@ -773,6 +773,7 @@ func (self *awsDisk) getInfo() (*ec2.Volume, error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (self *awsDisk) waitForAttachmentStatus(status string) error {
|
func (self *awsDisk) waitForAttachmentStatus(status string) error {
|
||||||
|
// TODO: There may be a faster way to get this when we're attaching locally
|
||||||
attempt := 0
|
attempt := 0
|
||||||
maxAttempts := 60
|
maxAttempts := 60
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user