mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
test: cluster: Bump to COS 97 image
COS-85 is very old OS image and is EoL in September 2022. Update to the latest stable LTS version of COS. Signed-off-by: David Porter <david@porter.me>
This commit is contained in:
parent
17efdc6efb
commit
ead45ba74d
@ -86,7 +86,7 @@ fi
|
|||||||
# you are updating the os image versions, update this variable.
|
# you are updating the os image versions, update this variable.
|
||||||
# Also please update corresponding image for node e2e at:
|
# Also please update corresponding image for node e2e at:
|
||||||
# https://github.com/kubernetes/kubernetes/blob/master/test/e2e_node/jenkins/image-config.yaml
|
# https://github.com/kubernetes/kubernetes/blob/master/test/e2e_node/jenkins/image-config.yaml
|
||||||
GCI_VERSION=${KUBE_GCI_VERSION:-cos-85-13310-1308-1}
|
GCI_VERSION=${KUBE_GCI_VERSION:-cos-97-16919-103-16}
|
||||||
export MASTER_IMAGE=${KUBE_GCE_MASTER_IMAGE:-}
|
export MASTER_IMAGE=${KUBE_GCE_MASTER_IMAGE:-}
|
||||||
export MASTER_IMAGE_PROJECT=${KUBE_GCE_MASTER_PROJECT:-cos-cloud}
|
export MASTER_IMAGE_PROJECT=${KUBE_GCE_MASTER_PROJECT:-cos-cloud}
|
||||||
export NODE_IMAGE=${KUBE_GCE_NODE_IMAGE:-${GCI_VERSION}}
|
export NODE_IMAGE=${KUBE_GCE_NODE_IMAGE:-${GCI_VERSION}}
|
||||||
|
@ -99,7 +99,7 @@ ALLOWED_NOTREADY_NODES=${ALLOWED_NOTREADY_NODES:-$(($(get-num-nodes) / 100))}
|
|||||||
# you are updating the os image versions, update this variable.
|
# you are updating the os image versions, update this variable.
|
||||||
# Also please update corresponding image for node e2e at:
|
# Also please update corresponding image for node e2e at:
|
||||||
# https://github.com/kubernetes/kubernetes/blob/master/test/e2e_node/jenkins/image-config.yaml
|
# https://github.com/kubernetes/kubernetes/blob/master/test/e2e_node/jenkins/image-config.yaml
|
||||||
GCI_VERSION=${KUBE_GCI_VERSION:-cos-85-13310-1308-1}
|
GCI_VERSION=${KUBE_GCI_VERSION:-cos-97-16919-103-16}
|
||||||
export MASTER_IMAGE=${KUBE_GCE_MASTER_IMAGE:-}
|
export MASTER_IMAGE=${KUBE_GCE_MASTER_IMAGE:-}
|
||||||
export MASTER_IMAGE_PROJECT=${KUBE_GCE_MASTER_PROJECT:-cos-cloud}
|
export MASTER_IMAGE_PROJECT=${KUBE_GCE_MASTER_PROJECT:-cos-cloud}
|
||||||
export NODE_IMAGE=${KUBE_GCE_NODE_IMAGE:-${GCI_VERSION}}
|
export NODE_IMAGE=${KUBE_GCE_NODE_IMAGE:-${GCI_VERSION}}
|
||||||
|
Loading…
Reference in New Issue
Block a user