This commit is contained in:
6
.github/workflows/test-e2e.yml
vendored
6
.github/workflows/test-e2e.yml
vendored
@@ -28,6 +28,12 @@ jobs:
|
||||
# dockerd &
|
||||
# docker --version
|
||||
|
||||
- name: Install kubectl
|
||||
run: |
|
||||
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/arm64/kubectl"
|
||||
mv kubectl /usr/local/bin/
|
||||
chmod +x /usr/local/bin/kubectl
|
||||
|
||||
- name: Install the latest version of kind
|
||||
run: |
|
||||
curl -Lo ./kind https://kind.sigs.k8s.io/dl/latest/kind-linux-arm64
|
||||
|
||||
Reference in New Issue
Block a user