Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
set default container of kubectl to uncaptured
  • Loading branch information
silenceshell committed Aug 3, 2021
commit fdfcaea51fb07bd9bcb3ec8f41529fe511bed656
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