diff --git a/cluster/gce/config-default.sh b/cluster/gce/config-default.sh index 2e84ea97e6a0..1aa7e5b4e393 100755 --- a/cluster/gce/config-default.sh +++ b/cluster/gce/config-default.sh @@ -41,7 +41,7 @@ NODE_OS_DISTRIBUTION=${KUBE_NODE_OS_DISTRIBUTION:-${KUBE_OS_DISTRIBUTION:-debian # containervm. If you are updating the containervm version, update this # variable. Also please update corresponding image for node e2e at: # https://github.com/kubernetes/kubernetes/blob/master/test/e2e_node/jenkins/image-config.yaml -CVM_VERSION=${CVM_VERSION:-container-vm-v20170117} +CVM_VERSION=${CVM_VERSION:-container-vm-v20170201} GCI_VERSION="gci-beta-55-8872-47-0" MASTER_IMAGE=${KUBE_GCE_MASTER_IMAGE:-} MASTER_IMAGE_PROJECT=${KUBE_GCE_MASTER_PROJECT:-google-containers} diff --git a/cluster/gce/config-test.sh b/cluster/gce/config-test.sh index 02b8306ed71f..e5827be9088a 100755 --- a/cluster/gce/config-test.sh +++ b/cluster/gce/config-test.sh @@ -42,7 +42,7 @@ NODE_OS_DISTRIBUTION=${KUBE_NODE_OS_DISTRIBUTION:-${KUBE_OS_DISTRIBUTION:-debian # containervm. If you are updating the containervm version, update this # variable. Also please update corresponding image for node e2e at: # https://github.com/kubernetes/kubernetes/blob/master/test/e2e_node/jenkins/image-config.yaml -CVM_VERSION=${CVM_VERSION:-container-vm-v20170117} +CVM_VERSION=${CVM_VERSION:-container-vm-v20170201} GCI_VERSION="gci-beta-55-8872-47-0" MASTER_IMAGE=${KUBE_GCE_MASTER_IMAGE:-} MASTER_IMAGE_PROJECT=${KUBE_GCE_MASTER_PROJECT:-google-containers}