We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c649a61 commit 01016a3Copy full SHA for 01016a3
1 file changed
clusterloader2/testing/load/modules/informer/config.yaml
@@ -33,3 +33,24 @@ steps:
33
objectTemplatePath: /modules/informer/deployment.yaml
34
templateFillMap:
35
EnableWatchListFeature: "true"
36
+{{if eq $action "create"}}
37
+- name: Starting measurement for waiting for informer pods to be running
38
+ measurements:
39
+ - Method: WaitForControlledPodsRunning
40
+ Instances:
41
+ - Identifier: WaitForRunningInformerDeployments
42
+ Params:
43
+ apiVersion: apps/v1
44
+ kind: Deployment
45
46
+ action: start
47
+ labelSelector: group = informer
48
+ operationTimeout: 2m
49
+- name: Waiting for informer pods to be running
50
51
52
53
54
55
+ action: gather
56
+{{end}}
0 commit comments