From 9816e8adfe2f88cd3f504cacaa92715d14c699e8 Mon Sep 17 00:00:00 2001 From: Zhanghao Wu Date: Mon, 3 Jun 2024 07:22:00 +0000 Subject: [PATCH] add comment --- sky/utils/command_runner.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sky/utils/command_runner.py b/sky/utils/command_runner.py index e9b79b1ced9..a063a12d3c8 100644 --- a/sky/utils/command_runner.py +++ b/sky/utils/command_runner.py @@ -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: