mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 14:11:14 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user