kubernetes/pkg/cloudprovider/providers/aws
Justin Santa Barbara 3688dc4a72 AWS: More robust volume-mount poll
When we are mounting a lot of volumes, we frequently hit rate limits.

Reduce the frequency with which we poll the status; introduces a bit of
latency but probably matches common attach times pretty closely, and
avoids causing rate limit problems everywhere.

Also, we now poll for longer, as when we timeout, the volume is in an
indeterminate state: it may be about to complete.  The volume controller
can tolerate a slow attach/detach, but it is harder to tolerate the
indeterminism.

Finally, we ignore a sequence of errors in DescribeVolumes (up to 5 in a
row currently).  So we will eventually return an error, but a one
off-failure (e.g. due to rate limits) does not cause us to spuriously
fail.
2016-09-14 16:47:53 -04:00
..
aws_instancegroups.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
aws_loadbalancer.go Fix various typos in pgk/cloudprovider,dns,kubectl 2016-08-31 18:56:52 +02:00
aws_routes.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
aws_test.go Merge pull request #30695 from krancour/manage-elb-attributes 2016-08-22 10:24:12 -07:00
aws_utils.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
aws.go AWS: More robust volume-mount poll 2016-09-14 16:47:53 -04:00
log_handler.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
retry_handler_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
retry_handler.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
sets_ippermissions.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00