File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
clusterloader2/testing/list/modules Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44# Valid actions: "start", "gather"
55{{$action := .action}}
66{{$ENABLE_APISERVER_MEMORY_USAGE_THRESHOLD := DefaultParam .CL2_ENABLE_APISERVER_MEMORY_USAGE_THRESHOLD_MEASUREMENT true}}
7- {{$CONTAINER_MEMORY_THRESHOLD_MEGABYTES := DefaultParam .CL2_CONTAINER_MEMORY_THRESHOLD_MEGABYTES 4000}}
7+ {{$APISERVER_MEMORY_THRESHOLD_MEGABYTES := DefaultParam .CL2_APISERVER_MEMORY_THRESHOLD_MEGABYTES 4000}}
88
99
1010steps :
3939 container_memory_working_set_bytes{namespace="monitoring", pod=~"kube-apiserver.*"}
4040 / 1024 / 1024
4141 )[%v:])
42- threshold : {{$CONTAINER_MEMORY_THRESHOLD_MEGABYTES }}
42+ threshold : {{$APISERVER_MEMORY_THRESHOLD_MEGABYTES }}
4343 requireSamples : false
4444 lowerBound : false
4545 {{end}}
You can’t perform that action at this time.
0 commit comments