Skip to content

Commit 119575b

Browse files
authored
Merge pull request #17719 from upodroid/scale-tweaks-three
remove bastion flag from gce scale jobs
2 parents a33d10b + f07b9e6 commit 119575b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/e2e/scenarios/scalability/run-test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ if [[ "${CLOUD_PROVIDER}" == "gce" ]]; then
7575
create_args+=("--master-volume-size=1000")
7676
create_args+=("--gce-service-account=default")
7777
create_args+=("--topology=private")
78-
create_args+=("--bastion")
7978
create_args+=("--image=${INSTANCE_IMAGE:-ubuntu-os-cloud/ubuntu-2404-noble-amd64-v20251001}")
8079
create_args+=("--set spec.networking.podCIDR=10.64.0.0/10")
8180
create_args+=("--set spec.networking.subnets[0].cidr=10.128.0.0/15")

0 commit comments

Comments
 (0)