Skip to content

Commit

Permalink
use the correct csi, try a different cni
Browse files Browse the repository at this point in the history
  • Loading branch information
upodroid committed Dec 21, 2023
1 parent 5175c34 commit 83fcd10
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/e2e/scenarios/scalability/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ if [[ "${CLOUD_PROVIDER}" == "gce" ]]; then
create_args+=("--node-size=e2-standard-2")
create_args+=("--image=${INSTANCE_IMAGE:-ubuntu-os-cloud/ubuntu-2204-jammy-v20231213a}")
fi
create_args+=("--networking=${TEMP_CNI_PLUGIN:-calico}") # replace
create_args+=("--networking=${TEMP_CNI_PLUGIN:-gce}") # replace
if [[ "${CNI_PLUGIN}" == "amazonvpc" ]]; then
create_args+=("--set spec.networking.amazonVPC.env=ENABLE_PREFIX_DELEGATION=true")
fi
Expand Down Expand Up @@ -130,7 +130,7 @@ create_args+=("--set spec.kubeAPIServer.enableContentionProfiling=true")
create_args+=("--set spec.kubeAPIServer.anonymousAuth=true")
# this is required for prometheus to scrape kube-proxy metrics endpoint
create_args+=("--set spec.kubeProxy.metricsBindAddress=0.0.0.0:10249")
create_args+=("--node-count=${FOO_KUBE_NODE_COUNT:-100}") # undo this
create_args+=("--node-count=${FOO_KUBE_NODE_COUNT:-190}") # undo this
# TODO: track failures of tests (HostPort & OIDC) when using `--dns=none`
create_args+=("--dns none")
create_args+=("--control-plane-count=${CONTROL_PLANE_COUNT:-1}")
Expand Down Expand Up @@ -180,6 +180,7 @@ export KUBE_SSH_KEY_PATH="/tmp/kops/${CLUSTER_NAME}/id_ed25519"
export PROMETHEUS_KUBE_PROXY_SELECTOR_KEY="k8s-app"
export PROMETHEUS_SCRAPE_APISERVER_ONLY="true"
export CL2_PROMETHEUS_TOLERATE_MASTER="true"
export PROMETHEUS_PVC_STORAGE_CLASS="ssd-csi"

kubetest2 kops "${KUBETEST2_ARGS[@]}" \
--test=clusterloader2 \
Expand Down

0 comments on commit 83fcd10

Please sign in to comment.