k3s/pkg/cloudprovider/providers/aws
k8s-merge-robot 07471cf90f Merge pull request #27553 from justinsb/pvc_zone_spreading_2
Automatic merge from submit-queue

AWS/GCE: Spread PetSet volume creation across zones, create GCE volumes in non-master zones

Long term we plan on integrating this into the scheduler, but in the
short term we use the volume name to place it onto a zone.
    
We hash the volume name so we don't bias to the first few zones.
    
If the volume name "looks like" a PetSet volume name (ending with
-<number>) then we use the number as an offset.  In that case we hash
the base name.
2016-06-22 01:22:16 -07:00
..
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
aws.go Merge pull request #27553 from justinsb/pvc_zone_spreading_2 2016-06-22 01:22:16 -07:00
aws_instancegroups.go AWS e2e: don't try to build a full cloudprovider in e2e 2016-03-12 06:14:45 -05:00
aws_loadbalancer.go Fix several spelling errors in comments. 2016-06-17 10:41:18 -07:00
aws_routes.go Fixing several (but not all) go vet errors. Most are around string formatting, or unreachable code. 2016-03-22 17:26:50 -07:00
aws_test.go AWS: cache values from getInstancesByNodeName() 2016-06-11 13:46:06 -04:00
aws_utils.go Fix long-standing bug in aws.stringSetToPointers 2016-05-26 10:56:37 -04:00
log_handler.go
retry_handler.go AWS: Pass globals into Backoff struct 2016-02-21 20:17:22 -05:00
retry_handler_test.go AWS: Pass globals into Backoff struct 2016-02-21 20:17:22 -05:00
sets_ippermissions.go AWS: Remove extra load balancer security group ingress rules 2016-03-03 18:55:49 -05:00