AWS: Set OS defaults for kube 1.2

Default distro is jessie, due to the support situation with Ubuntu
distros.  Default ubuntu distro is wily.

Update the docs to reflect the recommended distros with kube-up, and to
encourage contributions for other distros.
This commit is contained in:
Justin Santa Barbara
2016-02-25 00:10:33 -05:00
parent 9a4e3f8470
commit 4e64c4586e
4 changed files with 19 additions and 9 deletions

View File

@@ -48,9 +48,9 @@ MASTER_DISK_ID=
# Well known tags
TAG_KEY_MASTER_IP="kubernetes.io/master-ip"
# Defaults: ubuntu -> vivid
# Defaults: ubuntu -> wily
if [[ "${KUBE_OS_DISTRIBUTION}" == "ubuntu" ]]; then
KUBE_OS_DISTRIBUTION=vivid
KUBE_OS_DISTRIBUTION=wily
fi
# For GCE script compatibility