Error: Kubectl '1.29.0' for 'amd64' arch not found
Changing
- name: Install kubectl
uses: azure/setup-kubectl@v3
with:
version: '1.28.2' # version of kubectl
id: install
to:
- name: Install kubectl
uses: azure/setup-kubectl@v3
with:
version: 'v1.28.2' # version of kubectl
id: install
fixed this issue.

浙公网安备 33010602011771号