Installing kubectl from actions from marketplace resolv v2

This commit is contained in:
Piasecki-grid 2025-03-27 14:10:08 +01:00
parent aadb904491
commit 9e3b0f7ad8

View file

@ -24,6 +24,12 @@ jobs:
with:
version: 'v1.29.0'
id: install
- name: check kubectl
run: |
echo "---------"
echo "---------"
kubectl get nodes
kubectl get pods
- uses: actions/checkout@v4
name: Checkout code