Skip to content

Commit

Permalink
test(sdk): udpate kubectl logs.
Browse files Browse the repository at this point in the history
Signed-off-by: Electronic-Waste <[email protected]>
  • Loading branch information
Electronic-Waste committed Aug 1, 2024
1 parent ed8353a commit defc5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/v1beta1/kubeflow/katib/api/katib_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ def wait_for_experiment_condition(
f"Pod {pod_name} in error state:\n{pod_info.stdout}"
)
errmsg = subprocess.run(
['kubectl', 'logs', 'pod', pod_name, "-c", "metrics-logger-and-collector", "--previous"],
['kubectl', 'logs', pod_name, "-c", "metrics-logger-and-collector", "--previous"],
capture_output=True,
text=True
)
Expand Down

0 comments on commit defc5de

Please sign in to comment.