File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,10 @@ MASTER_OS_DISTRIBUTION=${KUBE_MASTER_OS_DISTRIBUTION:-${KUBE_OS_DISTRIBUTION:-gc
38
38
NODE_OS_DISTRIBUTION=${KUBE_NODE_OS_DISTRIBUTION:- ${KUBE_OS_DISTRIBUTION:- debian} }
39
39
# By default a cluster will be started with the master on GCI and nodes on
40
40
# containervm. If you are updating the containervm version, update this
41
- # variable.
42
- CVM_VERSION=container-v1-3-v20160604
41
+ # variable. Also please update corresponding image for node e2e at:
42
+ # https://github.com/kubernetes/kubernetes/blob/master/test/e2e_node/jenkins/image-config.yaml
43
+ CVM_VERSION=container-vm-v20161025
44
+ GCI_VERSION=" gci-dev-55-8872-18-0"
43
45
MASTER_IMAGE=${KUBE_GCE_MASTER_IMAGE:- }
44
46
MASTER_IMAGE_PROJECT=${KUBE_GCE_MASTER_PROJECT:- google-containers}
45
47
NODE_IMAGE=${KUBE_GCE_NODE_IMAGE:- ${CVM_VERSION} }
You can’t perform that action at this time.
0 commit comments