mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 22:20:18 +00:00
Merge pull request #21233 from justinsb/aws_wily
Auto commit by PR queue bot
This commit is contained in:
@@ -57,7 +57,7 @@ fi
|
||||
OS_DISTRIBUTION=${KUBE_OS_DISTRIBUTION}
|
||||
|
||||
case "${KUBE_OS_DISTRIBUTION}" in
|
||||
trusty|wheezy|jessie|vivid|coreos)
|
||||
trusty|wheezy|jessie|vivid|wily|coreos)
|
||||
source "${KUBE_ROOT}/cluster/aws/${KUBE_OS_DISTRIBUTION}/util.sh"
|
||||
;;
|
||||
*)
|
||||
@@ -272,6 +272,9 @@ case "${KUBE_OS_DISTRIBUTION}" in
|
||||
vivid)
|
||||
detect-vivid-image
|
||||
;;
|
||||
wily)
|
||||
detect-wily-image
|
||||
;;
|
||||
wheezy)
|
||||
detect-wheezy-image
|
||||
;;
|
||||
|
Reference in New Issue
Block a user