This commit is contained in:
VR 2025-06-22 01:07:39 +01:00
parent 5a520f9a67
commit f9f687aaf6

View File

@ -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