We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133b244 commit 70030a6Copy full SHA for 70030a6
scale_test/config.yaml
@@ -62,7 +62,7 @@ jobs:
62
jobIterations: 1
63
qps: 1
64
burst: 1
65
- jobPause: 2m
+ jobPause: 3m
66
namespacedIterations: true
67
namespace: scale-test
68
waitWhenFinished: true
@@ -144,6 +144,7 @@ jobs:
144
145
146
147
+ jobPause: 2m # to allow DNSRecords to be removed
148
149
objects:
150
- kind: DNSPolicy
scale_test/httproute.yaml
@@ -13,6 +13,7 @@ spec:
13
- group: gateway.networking.k8s.io
14
kind: Gateway
15
name: gw{{$GW_NUM}}-i{{ .Iteration }}
16
+ sectionName: api-{{$LISTENER_NUM}}
17
hostnames:
18
- "api.scale-test-gw{{$GW_NUM}}-l{{$LISTENER_NUM}}-i{{$Iteration}}.{{$KUADRANT_ZONE_ROOT_DOMAIN}}"
19
rules:
0 commit comments