Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Jun 3, 2024
1 parent a032f4e commit 9816e8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sky/utils/command_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,7 @@ def run(
or
A tuple of (returncode, stdout, stderr).
"""
# TODO(zhwu): implement port_forward for k8s.
assert port_forward is None, ('port_forward is not supported for k8s '
f'for now, but got: {port_forward}')
if connect_timeout is None:
Expand Down

0 comments on commit 9816e8a

Please sign in to comment.