Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cblmemo committed Sep 4, 2024
1 parent e3b9763 commit 3ca736d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sky/serve/serve_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,9 +490,8 @@ def wait_service_registration(service_name: str, job_id: int) -> str:
raise ValueError(
f'The service {service_name!r} is already running. '
'Please specify a different name for your service. '
'To update an existing service, run: `sky serve down` '
'and then `sky serve up` again (in-place update will '
'be supported in the future).')
'To update an existing service, run: sky serve update '
'<service-name> <new-service-yaml>')
lb_port = record['load_balancer_port']
if lb_port is not None:
return common_utils.encode_payload(lb_port)
Expand Down

0 comments on commit 3ca736d

Please sign in to comment.