diff --git a/sky/provision/kubernetes/utils.py b/sky/provision/kubernetes/utils.py index 4d7baac7005..a68018d6ace 100644 --- a/sky/provision/kubernetes/utils.py +++ b/sky/provision/kubernetes/utils.py @@ -1029,8 +1029,8 @@ def get_ssh_proxy_command( proxy_cmd_path=ssh_jump_proxy_command_path, proxy_cmd_target_pod=k8s_ssh_target, # We embed both the current context and namespace to the SSH proxy - # command to make sure SSH still works when the current context/namespace - # is changed by the user. + # command to make sure SSH still works when the current + # context/namespace is changed by the user. current_kube_context=current_context, current_kube_namespace=current_namespace) return ssh_jump_proxy_command