From 736e087820c4c62aadc98fdf82aa0d8d5dad1d07 Mon Sep 17 00:00:00 2001 From: Romil Bhardwaj Date: Tue, 7 May 2024 23:02:34 -0700 Subject: [PATCH] silence curl download --- sky/utils/controller_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sky/utils/controller_utils.py b/sky/utils/controller_utils.py index 4087d2d984c..9908fa54286 100644 --- a/sky/utils/controller_utils.py +++ b/sky/utils/controller_utils.py @@ -242,7 +242,7 @@ def _get_cloud_dependencies_installation_commands( 'fi" && ' # Install kubectl '(command -v kubectl &>/dev/null || ' - '(curl -LO "https://dl.k8s.io/release/' + '(curl -s -LO "https://dl.k8s.io/release/' '$(curl -L -s https://dl.k8s.io/release/stable.txt)' '/bin/linux/amd64/kubectl" && ' 'sudo install -o root -g root -m 0755 '