This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Commit 50553aa
only collect noschedule once
As part of the existing json file, there is a 'kubectl get nodes'
json dump. Instead of collecting this information each pod launch,
use the data already gathered. This data is immutable during the
test runs. This greatly improves the overall runtime of the test
script by preventing expensive kubectl execs per node per iteration.
Signed-off-by: David Lyle <dklyle0@gmail.com>1 parent 174c836 commit 50553aa
3 files changed
Lines changed: 149 additions & 217 deletions
File tree
- metrics
- collectd
- report/report_dockerfile
- scaling
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
0 commit comments