File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 83
83
# you are updating the os image versions, update this variable.
84
84
# Also please update corresponding image for node e2e at:
85
85
# https://github.com/kubernetes/kubernetes/blob/master/test/e2e_node/jenkins/image-config.yaml
86
- GCI_VERSION=${KUBE_GCI_VERSION:- cos-81-12871-59 -0}
86
+ GCI_VERSION=${KUBE_GCI_VERSION:- cos-rc-85-13310-1040 -0}
87
87
export MASTER_IMAGE=${KUBE_GCE_MASTER_IMAGE:- }
88
88
export MASTER_IMAGE_PROJECT=${KUBE_GCE_MASTER_PROJECT:- cos-cloud}
89
89
export NODE_IMAGE=${KUBE_GCE_NODE_IMAGE:- ${GCI_VERSION} }
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ ALLOWED_NOTREADY_NODES=${ALLOWED_NOTREADY_NODES:-$(($(get-num-nodes) / 100))}
89
89
# you are updating the os image versions, update this variable.
90
90
# Also please update corresponding image for node e2e at:
91
91
# https://github.com/kubernetes/kubernetes/blob/master/test/e2e_node/jenkins/image-config.yaml
92
- GCI_VERSION=${KUBE_GCI_VERSION:- cos-81-12871-59 -0}
92
+ GCI_VERSION=${KUBE_GCI_VERSION:- cos-rc-85-13310-1040 -0}
93
93
export MASTER_IMAGE=${KUBE_GCE_MASTER_IMAGE:- }
94
94
export MASTER_IMAGE_PROJECT=${KUBE_GCE_MASTER_PROJECT:- cos-cloud}
95
95
export NODE_IMAGE=${KUBE_GCE_NODE_IMAGE:- ${GCI_VERSION} }
You can’t perform that action at this time.
0 commit comments