Skip to content

Commit

Permalink
set default container of kubectl to uncaptured
Browse files Browse the repository at this point in the history
  • Loading branch information
silenceshell committed Aug 3, 2021
1 parent 62c744d commit fdfcaea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perf/benchmark/runner/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def execute_sidecar_mode(self, sidecar_mode, load_gen_type, load_gen_cmd, sideca
print('-------------- Running in {sidecar_mode} mode --------------'.format(sidecar_mode=sidecar_mode))
if load_gen_type == "fortio":
p = multiprocessing.Process(target=kubectl_exec,
args=[self.client.name, sidecar_mode_func(load_gen_cmd, sidecar_mode)])
args=[self.client.name, sidecar_mode_func(load_gen_cmd, sidecar_mode), run_command, "uncaptured"])
p.start()
processes.append(p)
elif load_gen_type == "nighthawk":
Expand Down

0 comments on commit fdfcaea

Please sign in to comment.