mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 03:27:05 +00:00
committed by
GitHub
parent
e9a8f1dac7
commit
7c1956be8a
@@ -10,8 +10,8 @@ curl -L -o /usr/local/bin/kind $URL
|
||||
chmod +x /usr/local/bin/kind
|
||||
|
||||
## Install kubectl
|
||||
KUBECTL_VERSION=$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)
|
||||
curl -o /usr/local/bin/kubectl -LO https://storage.googleapis.com/kubernetes-release/release/$KUBECTL_VERSION/bin/linux/amd64/kubectl
|
||||
KUBECTL_VERSION=$(curl -L -s "https://dl.k8s.io/release/stable.txt")
|
||||
curl -o /usr/local/bin/kubectl -LO "https://dl.k8s.io/release/$KUBECTL_VERSION/bin/linux/amd64/kubectl"
|
||||
chmod +x /usr/local/bin/kubectl
|
||||
|
||||
# Install Helm
|
||||
|
||||
Reference in New Issue
Block a user