[E2E][Bug] Fix k8s-e2e (#15098)

This commit is contained in:
Aaron Wang 2023-11-01 14:57:06 +08:00 committed by GitHub
parent c532fea00e
commit d5f99cc582
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ jobs:
run: |
# install kubectl
curl -LO "https://dl.k8s.io/release/v1.28.3/bin/linux/amd64/kubectl"
sudo chmod +x kubectl /usr/local/bin/kubectl
sudo chmod +x kubectl
sudo mv kubectl /usr/local/bin/kubectl
# install kind