k3s/pkg/cloudprovider/providers/aws
Kubernetes Submit Queue 4220b7303e Merge pull request #45500 from nbutton23/nbutton-aws-elb-security-group
Automatic merge from submit-queue (batch tested with PRs 36721, 46483, 45500, 46724, 46036)

AWS: Allow configuration of a single security group for ELBs

**What this PR does / why we need it**:
AWS has a hard limit on the number of Security Groups (500).  Right now every time an ELB is created Kubernetes is creating a new Security Group.  This allows for specifying a Security Group to use for all ELBS

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #

**Special notes for your reviewer**:
For some reason the Diff tool makes this look like it was way more changes than it really was. 
**Release note**:

```release-note
```
2017-06-03 08:08:40 -07:00
..
BUILD move labels to components which own the APIs 2017-05-31 10:32:06 -04:00
OWNERS Add approvers to the aws OWNERS file 2017-02-20 11:44:05 -05:00
aws.go Merge pull request #45500 from nbutton23/nbutton-aws-elb-security-group 2017-06-03 08:08:40 -07:00
aws_instancegroups.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
aws_loadbalancer.go Merge pull request #43585 from foolusion/add-health-check-node-port-to-aws-loadbalancer 2017-05-29 15:29:51 -07:00
aws_metrics.go Start recording cloud provider metrics for AWS 2017-04-27 15:26:32 -04:00
aws_routes.go Specify subnetid and routetableid via cloud provider config 2017-04-08 11:44:45 +02:00
aws_test.go move labels to components which own the APIs 2017-05-31 10:32:06 -04:00
aws_utils.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
device_allocator.go Implement LRU for AWS device allocator 2017-04-19 16:52:57 -04:00
device_allocator_test.go Implement LRU for AWS device allocator 2017-04-19 16:52:57 -04:00
log_handler.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
regions.go AWS: trust region if found from AWS metadata 2017-01-18 09:17:55 -05:00
regions_test.go AWS: trust region if found from AWS metadata 2017-01-18 09:17:55 -05:00
retry_handler.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
retry_handler_test.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
tags.go Restore buildTags in createTags 2017-05-02 06:32:52 +01:00
tags_test.go AWS: Support shared tag 2017-02-27 16:30:12 -05:00
volumes.go dependencies: pkg/cloudprovider 2016-11-23 15:53:09 -08:00