From 8845f64a872d054c2f274fa9eef852e057ed73da Mon Sep 17 00:00:00 2001 From: Sandeep Yadav Date: Thu, 23 Oct 2025 11:55:27 +0530 Subject: [PATCH] Override POD Cidr for 500 node cluster For large clusters or environments, the default Pod CIDR is not sufficient. We added POD_CIDR var in https://github.com/openshift/release/pull/69635 --- ...in__rosa_hcp-4.20-candidate-x86-loaded-upgrade-from-4.19.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci-operator/config/openshift-eng/ocp-qe-perfscale-ci/openshift-eng-ocp-qe-perfscale-ci-main__rosa_hcp-4.20-candidate-x86-loaded-upgrade-from-4.19.yaml b/ci-operator/config/openshift-eng/ocp-qe-perfscale-ci/openshift-eng-ocp-qe-perfscale-ci-main__rosa_hcp-4.20-candidate-x86-loaded-upgrade-from-4.19.yaml index 604f1d97bea37..35fcd6a974db5 100644 --- a/ci-operator/config/openshift-eng/ocp-qe-perfscale-ci/openshift-eng-ocp-qe-perfscale-ci-main__rosa_hcp-4.20-candidate-x86-loaded-upgrade-from-4.19.yaml +++ b/ci-operator/config/openshift-eng/ocp-qe-perfscale-ci/openshift-eng-ocp-qe-perfscale-ci-main__rosa_hcp-4.20-candidate-x86-loaded-upgrade-from-4.19.yaml @@ -162,6 +162,7 @@ tests: NP_MAX_UNAVAILABLE: 25% OCM_LOGIN_ENV: staging OPENSHIFT_VERSION: 4.19.9 + POD_CIDR: 10.128.0.0/10 PPROF: "false" READY_WAIT_TIMEOUT: 30m REGION: us-west-2