Skip to content

Commit

Permalink
Merge pull request #23079 from andyzheng0831/hybrid
Browse files Browse the repository at this point in the history
Auto commit by PR queue bot
(cherry picked from commit d5316c2)
  • Loading branch information
k8s-merge-robot authored and eparis committed Mar 24, 2016
1 parent b656313 commit bf5b6f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cluster/gce/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit bf5b6f0

Please sign in to comment.