Merge pull request #23079 from andyzheng0831/hybrid

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2016-03-20 00:53:18 -07:00
commit d5316c21ef

View File

@ -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
}