Skip to content

Commit

Permalink
silence curl download
Browse files Browse the repository at this point in the history
  • Loading branch information
romilbhardwaj committed May 8, 2024
1 parent 2e8afe9 commit 736e087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/utils/controller_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 '
Expand Down

0 comments on commit 736e087

Please sign in to comment.