fixin
This commit is contained in:
parent
5a520f9a67
commit
f9f687aaf6
@ -30,7 +30,7 @@ jobs:
|
||||
with:
|
||||
name: content
|
||||
- name: Install kubectl
|
||||
run: curl -LO https://dl.k8s.io/release/v1.33.0/bin/linux/arm64/kubectl && chmod +x kubectl
|
||||
run: curl -LO https://dl.k8s.io/release/v1.33.0/bin/linux/arm64/kubectl && chmod +x kubectl && mv kubectl /usr/bin
|
||||
- name: Set up cluster access
|
||||
run: mkdir ~/.kube && echo $K8S_CONF > ~/.kube/config
|
||||
- name: Get target pods's name
|
||||
|
Loading…
Reference in New Issue
Block a user