File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ KUBECTL_PATH=$(command -v kubectl)
4646if [ ! -z " $KUBECTL_PATH " ]; then
4747 LOCAL_KUBECTL=$KUBECTL_PATH
4848elif [ ! -f " $LOCAL_KUBECTL " ]; then
49- curl -L -o " $LOCAL_KUBECTL " " https://storage.googleapis.com/kubernetes-release /release/$KNOWN_VERSION /bin/$OS /$CPU_ARCHITECTURE /kubectl"
49+ curl -L -o " $LOCAL_KUBECTL " " https://dl.k8s.io /release/$KNOWN_VERSION /bin/$OS /$CPU_ARCHITECTURE /kubectl"
5050 chmod +x " $LOCAL_KUBECTL "
5151fi
5252
7272TARGET=$KX_PATH /kubectl-$TARGET_VERSION
7373
7474if [ ! -f " $TARGET " ]; then
75- curl -L -o " $TARGET " " https://storage.googleapis.com/kubernetes-release /release/$TARGET_VERSION /bin/$OS /$CPU_ARCHITECTURE /kubectl"
75+ curl -L -o " $TARGET " " https://dl.k8s.io /release/$TARGET_VERSION /bin/$OS /$CPU_ARCHITECTURE /kubectl"
7676 chmod +x " $TARGET "
7777fi
7878
You can’t perform that action at this time.
0 commit comments