From a2e74d22058c599b86f61cf78966f564bdec4989 Mon Sep 17 00:00:00 2001 From: Sid Shukla Date: Mon, 29 Apr 2024 18:30:55 +0200 Subject: [PATCH] Update test/e2e/config/nutanix.yaml --- test/e2e/config/nutanix.yaml | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/test/e2e/config/nutanix.yaml b/test/e2e/config/nutanix.yaml index 5aa4a2b9be..24bc283591 100644 --- a/test/e2e/config/nutanix.yaml +++ b/test/e2e/config/nutanix.yaml @@ -216,7 +216,7 @@ variables: # allowing the same e2e config file to be re-used in different Prow jobs e.g. each one with a K8s version permutation. # The following Kubernetes versions should be the latest versions with already published kindest/node images. # This avoids building node images in the default case which improves the test duration significantly. - KUBERNETES_VERSION_MANAGEMENT: "v1.23.6" + KUBERNETES_VERSION_MANAGEMENT: "v1.28.7" IP_FAMILY: "IPv4" CLUSTERCTL_LOG_LEVEL: 10 NUTANIX_PROVIDER: "true" @@ -226,17 +226,17 @@ variables: NUTANIX_PORT: "9440" NUTANIX_INSECURE: true NUTANIX_ADDITIONAL_TRUST_BUNDLE: "" - KUBERNETES_VERSION: "v1.23.6" + KUBERNETES_VERSION: "v1.28.7" NUTANIX_SSH_AUTHORIZED_KEY: "" CONTROL_PLANE_ENDPOINT_IP: "" CONTROL_PLANE_MACHINE_COUNT: 3 WORKER_MACHINE_COUNT: 3 NUTANIX_PRISM_ELEMENT_CLUSTER_NAME: "" - NUTANIX_MACHINE_TEMPLATE_IMAGE_NAME: "ubuntu-2004-kube-v1.23.8.qcow2" + NUTANIX_MACHINE_TEMPLATE_IMAGE_NAME: "ubuntu-2204-kube-v1.27.7.qcow2" CONTROL_PLANE_MACHINE_TEMPLATE_UPGRADE_TO: "cluster-upgrade-conformance" WORKERS_MACHINE_TEMPLATE_UPGRADE_TO: "cluster-upgrade-conformance" - NUTANIX_MACHINE_TEMPLATE_IMAGE_UPGRADE_TO: "ubuntu-2004-kube-v1.24.10.qcow2" - NUTANIX_MACHINE_TEMPLATE_IMAGE_UPGRADE_FROM: "ubuntu-2004-kube-v1.23.8.qcow2" + NUTANIX_MACHINE_TEMPLATE_IMAGE_UPGRADE_TO: "ubuntu-2204-kube-v1.28.7.qcow2" + NUTANIX_MACHINE_TEMPLATE_IMAGE_UPGRADE_FROM: "ubuntu-2204-kube-v1.27.11.qcow2" NUTANIX_SUBNET_NAME: "" # NOTE: 'NUTANIX_ADDITIONAL_SUBNET_NAME' is required for multi network interface e2e tests NUTANIX_ADDITIONAL_SUBNET_NAME: "" @@ -247,10 +247,10 @@ variables: CNI: "./data/cni/kindnet/kindnet.yaml" EXP_CLUSTER_RESOURCE_SET: "true" DOCKER_POD_CIDRS: "192.168.0.0/16" - KUBERNETES_VERSION_UPGRADE_TO: "v1.24.10" - KUBERNETES_VERSION_UPGRADE_FROM: "v1.23.6" - ETCD_VERSION_UPGRADE_TO: "3.5.3-0" - COREDNS_VERSION_UPGRADE_TO: "v1.8.6" + KUBERNETES_VERSION_UPGRADE_TO: "v1.28.7" + KUBERNETES_VERSION_UPGRADE_FROM: "v1.27.11" + ETCD_VERSION_UPGRADE_TO: "3.5.6-0" + COREDNS_VERSION_UPGRADE_TO: "v1.10.1" KUBETEST_CONFIGURATION: "./data/kubetest/conformance.yaml" # NOTE: Following parameters are required for CSI flavor testing WEBHOOK_CA: "" @@ -263,10 +263,8 @@ variables: # NOTE: INIT_WITH_BINARY and INIT_WITH_KUBERNETES_VERSION are only used by the clusterctl upgrade test to initialize # the management cluster to be upgraded. # NOTE: We test the latest release with a previous contract. - INIT_WITH_BINARY: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.2.0/clusterctl-{OS}-{ARCH}" - #INIT_WITH_BINARY_V1ALPHA4: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.4.7/clusterctl-{OS}-{ARCH}" - #INIT_WITH_PROVIDERS_CONTRACT: "v1alpha4" - INIT_WITH_KUBERNETES_VERSION: "v1.23.6" + INIT_WITH_BINARY: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.3.5/clusterctl-{OS}-{ARCH}" + INIT_WITH_KUBERNETES_VERSION: "v1.27.11" intervals: default/wait-controllers: ["3m", "10s"]