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 84
84
# you are updating the os image versions, update this variable.
85
85
# Also please update corresponding image for node e2e at:
86
86
# https://github.com/kubernetes/kubernetes/blob/master/test/e2e_node/jenkins/image-config.yaml
87
- GCI_VERSION=${KUBE_GCI_VERSION:- cos-81-12871-59-0 }
87
+ GCI_VERSION=${KUBE_GCI_VERSION:- cos-85-13310-1041-9 }
88
88
export MASTER_IMAGE=${KUBE_GCE_MASTER_IMAGE:- }
89
89
export MASTER_IMAGE_PROJECT=${KUBE_GCE_MASTER_PROJECT:- cos-cloud}
90
90
export 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-81-12871-59-0 }
93
+ GCI_VERSION=${KUBE_GCI_VERSION:- cos-85-13310-1041-9 }
94
94
export MASTER_IMAGE=${KUBE_GCE_MASTER_IMAGE:- }
95
95
export MASTER_IMAGE_PROJECT=${KUBE_GCE_MASTER_PROJECT:- cos-cloud}
96
96
export NODE_IMAGE=${KUBE_GCE_NODE_IMAGE:- ${GCI_VERSION} }
You can’t perform that action at this time.
0 commit comments