kubernetes/pkg/cloudprovider/providers/aws
k8s-merge-robot d33fa39abf Merge pull request #23254 from jsafrane/devel/ulimited-aws-devices
Automatic merge from submit-queue

AWS: Move enforcement of attached AWS device limit from kubelet to scheduler

Limit of nr. of attached EBS volumes to a node is now enforced by scheduler. It can be adjusted by `KUBE_MAX_PD_VOLS` env. variable there. Therefore we don't need the same check in kubelet. If the system admin wants to attach more, we should allow it.

Kubelet limit is now 650 attached volumes ('ba'..'zz').

Note that the scheduler counts only *pods* assigned to a node. When a pod is deleted and a new pod is scheduled on a node, kubelet start (slowly) detaching the old volume and (slowly) attaching the new volume. Depending on AWS speed **it may happen that more than KUBE_MAX_PD_VOLS volumes are actually attached to a node for some time!** Kubelet will clean it up in few seconds / minutes (both attach/detach is quite slow).

Fixes #22994
2016-05-19 06:13:42 -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 Change LoadBalancer methods to take api.Service 2016-03-23 10:48:11 +00: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 Change default when no BE proto given, add test for that 2016-05-10 11:53:44 -04:00
aws_utils.go adjust package name for pkg/cloudprovider 2015-10-10 16:44:54 +08:00
aws.go Merge pull request #23254 from jsafrane/devel/ulimited-aws-devices 2016-05-19 06:13:42 -07:00
log_handler.go Update AWS cloud provider to aws-sdk-go v1.0.2. 2016-01-04 16:10:23 -08:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
retry_handler_test.go AWS: Pass globals into Backoff struct 2016-02-21 20:17:22 -05:00
retry_handler.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