k3s/cluster/aws
k8s-merge-robot 7c1d37bdb5 Merge pull request #24464 from matthewrudy/aws-ap-northeast2
Automatic merge from submit-queue

AWS: More support for ap-northeast-2 region

Issue #24446

The new AWS region for Seoul, Korea (ap-northeast-2)
was launched in January 2016
https://aws.amazon.com/blogs/aws/now-open-aws-asia-pacific-seoul-region/

But it requires a few changes.

To test:
```
export KUBERNETES_PROVIDER=aws
export KUBE_AWS_ZONE=ap-northeast-2a
export MASTER_SIZE=t2.medium
export NODE_SIZE=t2.medium
export NUM_NODES=4
cluster/kube-up.sh
```

I assigned the AMIs by checking the specific version used from `ap-northeast-1`,
and finding the same image with the same datestamp.

<!-- Reviewable:start -->
---
This change is [<img src="http://reviewable.k8s.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](http://reviewable.k8s.io/reviews/kubernetes/kubernetes/24464)
<!-- Reviewable:end -->
2016-05-17 04:01:39 -07:00
..
coreos fix for https://github.com/kubernetes/kubernetes/issues/13511 2016-03-25 22:29:09 +08:00
jessie AWS kube-up: Bump jessie image 2016-03-16 07:51:41 -04:00
templates AWS: Don't error if there are no ephemeral disks 2016-04-01 22:27:20 -04:00
trusty AWS: Pass non-masquerade-cidr through kube-up 2016-01-22 21:01:44 -05:00
vivid Add configuration for AWS ap-northeast-2 region 2016-05-14 01:15:55 +08:00
wheezy AWS: Log the region when we don't recognize it. 2015-10-27 10:18:52 -04:00
wily Add configuration for AWS ap-northeast-2 region 2016-05-14 01:15:55 +08:00
config-default.sh ResourceQuota should be last admission controller 2016-04-12 13:40:52 -04:00
config-test.sh ResourceQuota should be last admission controller 2016-04-12 13:40:52 -04:00
options.md Allow to configure the base VPC CIDR 2016-03-22 16:50:16 -06:00
util.sh Merge pull request #24464 from matthewrudy/aws-ap-northeast2 2016-05-17 04:01:39 -07:00