autoscaler/cluster-autoscaler/cloudprovider
Shatil Rafiullah a36f8007af Read AWS Region from EC2 Metadata
Tackles kubernetes/autoscaler#1208. EC2 Metadata helpfully supplies AWS
Region info, so rather than _requiring_ an environment variable, this
patch enables `aws_manager.go` to retrieve that information from EC2
itself.

Example YAMLs no longer reference the vestigial `AWS_REGION` environment
variable, but supplying it to `cluster-autoscaler` still relays it to
the AWS SDK like before.
2018-09-28 22:45:34 -07:00
..
aws Read AWS Region from EC2 Metadata 2018-09-28 22:45:34 -07:00
azure fix logging calls(azure_container_service_pool.go) 2018-09-18 19:23:34 +08:00
builder fix logging calls(cloud_provider_builder.go) 2018-09-25 16:12:06 +08:00
gce Remove unused code 2018-09-07 17:43:27 +02:00
gke Export GKE API endpoint flag 2018-09-12 11:42:16 +02:00
kubemark Make Create() return newly created node group 2018-08-08 14:56:59 +02:00
test Add a method for inserting real node group to test cloud provider 2018-09-05 13:02:02 +02:00
cloud_provider.go Add HasMinLimitSet and HasMaxLimitSet to methods ResourceLimiter 2018-09-04 14:07:29 +02:00
cloud_provider_test.go Add HasMinLimitSet and HasMaxLimitSet to methods ResourceLimiter 2018-09-04 14:07:29 +02:00
node_group_discovery_options.go AWS: Support selecting ASG by values 2018-04-10 16:11:46 +02:00
node_group_discovery_options_test.go AWS: Support selecting ASG by values 2018-04-10 16:11:46 +02:00
util_test.go Replace the Polling Autoscaler 2017-12-11 13:09:56 -08:00
utils.go Compilation fix for CA after godeps update 2017-08-11 17:56:47 +02:00