mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Add configuration for AWS ap-northeast-2 region
Added AWS_IMAGEs from https://cloud-images.ubuntu.com/locator/
This commit is contained in:
parent
430cf60b0f
commit
895e44405c
@ -360,6 +360,10 @@ function detect-trusty-image () {
|
||||
AWS_IMAGE=ami-93876e93
|
||||
;;
|
||||
|
||||
ap-northeast-2)
|
||||
AWS_IMAGE=ami-62ac620c
|
||||
;;
|
||||
|
||||
ap-southeast-1)
|
||||
AWS_IMAGE=ami-66546234
|
||||
;;
|
||||
|
@ -34,6 +34,10 @@ function detect-vivid-image () {
|
||||
AWS_IMAGE=ami-ee023e80
|
||||
;;
|
||||
|
||||
ap-northeast-2)
|
||||
AWS_IMAGE=ami-c2df11ac
|
||||
;;
|
||||
|
||||
ap-southeast-1)
|
||||
AWS_IMAGE=ami-7ad91519
|
||||
;;
|
||||
|
@ -33,6 +33,10 @@ function detect-wily-image () {
|
||||
AWS_IMAGE=ami-3355505d
|
||||
;;
|
||||
|
||||
ap-northeast-2)
|
||||
AWS_IMAGE=ami-e427e98a
|
||||
;;
|
||||
|
||||
ap-southeast-1)
|
||||
AWS_IMAGE=ami-60975903
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user