Skip to content

Commit fdfcaea

Browse files
committed
set default container of kubectl to uncaptured
1 parent 62c744d commit fdfcaea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perf/benchmark/runner/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def execute_sidecar_mode(self, sidecar_mode, load_gen_type, load_gen_cmd, sideca
201201
print('-------------- Running in {sidecar_mode} mode --------------'.format(sidecar_mode=sidecar_mode))
202202
if load_gen_type == "fortio":
203203
p = multiprocessing.Process(target=kubectl_exec,
204-
args=[self.client.name, sidecar_mode_func(load_gen_cmd, sidecar_mode)])
204+
args=[self.client.name, sidecar_mode_func(load_gen_cmd, sidecar_mode), run_command, "uncaptured"])
205205
p.start()
206206
processes.append(p)
207207
elif load_gen_type == "nighthawk":

0 commit comments

Comments
 (0)