Skip to content

Commit

Permalink
[k8s] Check only kubernetes after sky local up (#3563)
Browse files Browse the repository at this point in the history
* check only kubernetes for `sky local up`

* lint
  • Loading branch information
romilbhardwaj authored May 18, 2024
1 parent 6968be5 commit ed053c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -4995,7 +4995,7 @@ def local_up(gpus: bool):
f'\nError: {style.BRIGHT}{stderr}{style.RESET_ALL}')
# Run sky check
with rich_utils.safe_status('[bold cyan]Running sky check...'):
sky_check.check(quiet=True)
sky_check.check(clouds=('kubernetes',), quiet=True)
if cluster_created:
# Prepare completion message which shows CPU and GPU count
# Get number of CPUs
Expand Down

0 comments on commit ed053c1

Please sign in to comment.