mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 04:03:20 +00:00
Choose AWS image by region
Also update to the latest LTS image (fewer security updates needed)
This commit is contained in:
@@ -20,10 +20,6 @@ MASTER_SIZE=t2.micro
|
||||
MINION_SIZE=t2.micro
|
||||
NUM_MINIONS=${NUM_MINIONS:-4}
|
||||
|
||||
# This is the ubuntu 14.04 image for us-west-2 + ebs
|
||||
# See here: http://cloud-images.ubuntu.com/locator/ec2/ for other images
|
||||
# This will need to be updated from time to time as amis are deprecated
|
||||
IMAGE=ami-39501209
|
||||
INSTANCE_PREFIX="${KUBE_AWS_INSTANCE_PREFIX:-kubernetes}"
|
||||
AWS_SSH_KEY=${AWS_SSH_KEY:-$HOME/.ssh/kube_aws_rsa}
|
||||
IAM_PROFILE="kubernetes"
|
||||
|
Reference in New Issue
Block a user