We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78423fd + 2b7447c commit ece30e5Copy full SHA for ece30e5
config/jobs/kubernetes/sig-scalability/DRA/sig-scalability-periodic-dra.yaml
@@ -287,6 +287,7 @@ periodics:
287
- --gcp-nodes=100
288
- --provider=gce
289
- --env=KUBE_FEATURE_GATES=DynamicResourceAllocation=true
290
+ - --env=KUBE_GCE_PRIVATE_CLUSTER=false
291
- --runtime-config=api/all=true
292
- --test=false
293
- --test-cmd=$GOPATH/src/k8s.io/perf-tests/run-e2e.sh
@@ -318,6 +319,8 @@ periodics:
318
319
value: "3s"
320
- name: CL2_LONG_JOB_RUNNING_TIME
321
value: "45m"
322
+ - name: CL2_PROMETHEUS_TOLERATE_MASTER
323
+ value: "true"
324
- name: PROMETHEUS_SCRAPE_KUBELETS
325
value: "true"
326
- name: NODE_PRELOAD_IMAGES
0 commit comments