File tree Expand file tree Collapse file tree
tests/e2e/scenarios/scalability Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,6 +84,12 @@ create_args+=("--networking=${CNI_PLUGIN:-calico}")
8484if [[ " ${CNI_PLUGIN} " == " amazonvpc" ]]; then
8585 create_args+=(" --set spec.networking.amazonVPC.env=ENABLE_PREFIX_DELEGATION=true" )
8686fi
87+ if [[ -n " ${NETWORKING_CALICO_REGISTRY:- } " ]]; then
88+ create_args+=(" --set spec.networking.calico.registry=${NETWORKING_CALICO_REGISTRY} " )
89+ fi
90+ if [[ -n " ${NETWORKING_CALICO_VERSION:- } " ]]; then
91+ create_args+=(" --set spec.networking.calico.version=${NETWORKING_CALICO_VERSION} " )
92+ fi
8793# bind metrics to all interfaces so Prometheus can scrape etcd metrics
8894create_args+=(" --set spec.etcdClusters[0].manager.listenMetricsURLs=http://0.0.0.0:2382" )
8995create_args+=(" --set spec.etcdClusters[*].manager.env=ETCD_QUOTA_BACKEND_BYTES=${ETCD_QUOTA_BACKEND_BYTES} " )
You can’t perform that action at this time.
0 commit comments