This commit is contained in:
parent
d18ec2fd2f
commit
f2dc43d684
1 changed files with 2 additions and 1 deletions
|
|
@ -44,7 +44,8 @@ jobs:
|
|||
- name: Install kubectl
|
||||
run: |
|
||||
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
|
||||
chmod +x kubectl mv kubectl /usr/local/bin
|
||||
chmod +x kubectl
|
||||
mv kubectl /usr/local/bin
|
||||
- name: Create test cluster
|
||||
run: |
|
||||
k3d cluster create test --wait
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue