mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 10:48:15 +00:00
Automatic merge from submit-queue delete cadvisor pod after test tracing looks at events for pod deletion and volume teardown. SInce the cadvisor pod has more than 1 volume, this can make results harder to analyze. This PR moves the deletion of the cadvisor pod to after the logPodCreateThroughput call, since that marks the "end" of the test. cc: @dchen1107 @Random-Liu