mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #23079 from andyzheng0831/hybrid
Auto commit by PR queue bot
This commit is contained in:
commit
d5316c21ef
@ -689,6 +689,11 @@ function create-nodes-template() {
|
||||
|
||||
local template_name="${NODE_INSTANCE_PREFIX}-template"
|
||||
|
||||
# For master on trusty, we support running nodes on ContainerVM or trusty.
|
||||
if [[ "${OS_DISTRIBUTION}" == "trusty" ]] && \
|
||||
[[ "${NODE_IMAGE}" == container* ]]; then
|
||||
source "${KUBE_ROOT}/cluster/gce/debian/helper.sh"
|
||||
fi
|
||||
create-node-instance-template $template_name
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user