Skip to content

Commit c30275d

Browse files
committed
WIP: Revert kubernetes upgrade
We don't need to upgrade the version of kubernetes we are testing, and it looks like we may not work with the latest version.
1 parent 0feb0f2 commit c30275d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/e2e/config/gcp-ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,16 @@ providers:
7878
- sourcePath: "${PWD}/test/e2e/data/infrastructure-gcp/withclusterclass/cluster-template-ci-gke-autopilot-topology.yaml"
7979

8080
variables:
81-
KUBERNETES_VERSION: "v1.33.2"
82-
KUBERNETES_VERSION_MANAGEMENT: "v1.33.2"
81+
KUBERNETES_VERSION: "v1.32.5"
82+
KUBERNETES_VERSION_MANAGEMENT: "v1.32.5"
8383
ETCD_VERSION_UPGRADE_TO: "3.5.16-0"
8484
COREDNS_VERSION_UPGRADE_TO: "v1.11.3"
8585
KUBERNETES_IMAGE_UPGRADE_FROM: "projects/k8s-staging-cluster-api-gcp/global/images/cluster-api-ubuntu-2204-v1-32-5-nightly"
86-
KUBERNETES_IMAGE_UPGRADE_TO: "projects/k8s-staging-cluster-api-gcp/global/images/cluster-api-ubuntu-2204-v1-33-2-nightly"
86+
KUBERNETES_IMAGE_UPGRADE_TO: "projects/k8s-staging-cluster-api-gcp/global/images/cluster-api-ubuntu-2204-v1-31-0-nightly"
8787
CONTROL_PLANE_MACHINE_TEMPLATE_UPGRADE_TO: "cp-k8s-upgrade-and-conformance"
8888
WORKERS_MACHINE_TEMPLATE_UPGRADE_TO: "worker-k8s-upgrade-and-conformance"
89-
KUBERNETES_VERSION_UPGRADE_TO: "${KUBERNETES_VERSION_UPGRADE_TO:-v1.33.2}"
90-
KUBERNETES_VERSION_UPGRADE_FROM: "${KUBERNETES_VERSION_UPGRADE_FROM:-v1.32.5}"
89+
KUBERNETES_VERSION_UPGRADE_TO: "${KUBERNETES_VERSION_UPGRADE_TO:-v1.32.5}"
90+
KUBERNETES_VERSION_UPGRADE_FROM: "${KUBERNETES_VERSION_UPGRADE_FROM:-v1.31.0}"
9191
EXP_CLUSTER_RESOURCE_SET: "true"
9292
CLUSTER_TOPOLOGY: "true"
9393
# Cluster Addons

0 commit comments

Comments
 (0)