We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50ea332 commit e1ea1ddCopy full SHA for e1ea1dd
.tools/refresh_kubeconfig.sh
@@ -18,7 +18,7 @@ export KUBECONFIG="$KUBECONFIGS_PATH/config"
18
if [ $docker_update = true ]
19
then
20
echo "Updating kubectl..."
21
- curl -L "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/darwin/amd64/kubectl" -o /usr/local/bin/kubectl && chmod +x /usr/local/bin/kubectl
+ sudo curl -L "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/darwin/amd64/kubectl" -o /usr/local/bin/kubectl && chmod +x /usr/local/bin/kubectl
22
fi
23
24
echo "Updating kubeconfigs in $KUBECONFIGS_PATH..."
0 commit comments