From ed053c1d45017197977600f5f7f14c07f04ba0b5 Mon Sep 17 00:00:00 2001 From: Romil Bhardwaj Date: Fri, 17 May 2024 22:10:01 -0700 Subject: [PATCH] [k8s] Check only kubernetes after `sky local up` (#3563) * check only kubernetes for `sky local up` * lint --- sky/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sky/cli.py b/sky/cli.py index c26b434b025..894ccc7257c 100644 --- a/sky/cli.py +++ b/sky/cli.py @@ -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