Skip to content

Commit ece30e5

Browse files
authored
Merge pull request #35206 from alaypatel07/dra-100-node-gce-prometheus-tolerate-master
update sig-scalability-periodic-dra.yaml fix prometheus configs-2
2 parents 78423fd + 2b7447c commit ece30e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/jobs/kubernetes/sig-scalability/DRA/sig-scalability-periodic-dra.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ periodics:
287287
- --gcp-nodes=100
288288
- --provider=gce
289289
- --env=KUBE_FEATURE_GATES=DynamicResourceAllocation=true
290+
- --env=KUBE_GCE_PRIVATE_CLUSTER=false
290291
- --runtime-config=api/all=true
291292
- --test=false
292293
- --test-cmd=$GOPATH/src/k8s.io/perf-tests/run-e2e.sh
@@ -318,6 +319,8 @@ periodics:
318319
value: "3s"
319320
- name: CL2_LONG_JOB_RUNNING_TIME
320321
value: "45m"
322+
- name: CL2_PROMETHEUS_TOLERATE_MASTER
323+
value: "true"
321324
- name: PROMETHEUS_SCRAPE_KUBELETS
322325
value: "true"
323326
- name: NODE_PRELOAD_IMAGES

0 commit comments

Comments
 (0)