mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-12 12:48:51 +00:00
AWS: Treat ubuntu as an alias for 'latest ubuntu', i.e. 'vivid'
This commit is contained in:
@@ -76,8 +76,13 @@ If your machines don't have any ephemeral disks, this will default to the aufs d
|
||||
|
||||
**KUBE_OS_DISTRIBUTION**
|
||||
|
||||
The distribution to use. Valid options: `wheezy`, `ubuntu`, `coreos`.
|
||||
The distribution to use. Valid options: `trusty`, `vivid`, `coreos`, `wheezy`, `jessie`
|
||||
|
||||
Defaults to wheezy (Debian Wheezy), which is the same as is used by default on GCE.
|
||||
Defaults to vivid (Ubuntu Vivid Vervet), which has a modern kernel and does not require updating or a reboot.
|
||||
|
||||
`coreos` is also a good option.
|
||||
|
||||
Other options may require reboots, updates or configuration, and should be used only if you have a compelling
|
||||
requirement to do so.
|
||||
|
||||
[]()
|
||||
|
Reference in New Issue
Block a user