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-77-12371-175 -0}
86
+ GCI_VERSION=${KUBE_GCI_VERSION:- cos-81-12871-59 -0}
87
87
MASTER_IMAGE=${KUBE_GCE_MASTER_IMAGE:- }
88
88
MASTER_IMAGE_PROJECT=${KUBE_GCE_MASTER_PROJECT:- cos-cloud}
89
89
NODE_IMAGE=${KUBE_GCE_NODE_IMAGE:- ${GCI_VERSION} }
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ ALLOWED_NOTREADY_NODES="${ALLOWED_NOTREADY_NODES:-$(($(get-num-nodes) / 100))}"
90
90
# you are updating the os image versions, update this variable.
91
91
# Also please update corresponding image for node e2e at:
92
92
# https://github.com/kubernetes/kubernetes/blob/master/test/e2e_node/jenkins/image-config.yaml
93
- GCI_VERSION=${KUBE_GCI_VERSION:- cos-77-12371-175 -0}
93
+ GCI_VERSION=${KUBE_GCI_VERSION:- cos-81-12871-59 -0}
94
94
MASTER_IMAGE=${KUBE_GCE_MASTER_IMAGE:- }
95
95
MASTER_IMAGE_PROJECT=${KUBE_GCE_MASTER_PROJECT:- cos-cloud}
96
96
NODE_IMAGE=${KUBE_GCE_NODE_IMAGE:- ${GCI_VERSION} }
You can’t perform that action at this time.
0 commit comments