CI: Update kubectl to v1.32.2. (#12851)

Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
This commit is contained in:
k8s-infra-cherrypick-robot 2025-02-14 14:46:20 -08:00 committed by GitHub
parent bb98bb9fd4
commit 09255fcb3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -172,7 +172,7 @@ jobs:
- name: Prepare Host - name: Prepare Host
run: | run: |
curl -LO https://dl.k8s.io/release/v1.31.5/bin/linux/amd64/kubectl curl -LO https://dl.k8s.io/release/v1.32.2/bin/linux/amd64/kubectl
chmod +x ./kubectl chmod +x ./kubectl
sudo mv ./kubectl /usr/local/bin/kubectl sudo mv ./kubectl /usr/local/bin/kubectl