We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f16fd7 + 07a1d64 commit 83f704dCopy full SHA for 83f704d
.github/workflows/e2e-k8s.yml
@@ -70,7 +70,7 @@ jobs:
70
- name: Create k8s Kind Cluster
71
run: |
72
# install kubectl
73
- curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
+ curl -LO "https://dl.k8s.io/release/v1.28.3/bin/linux/amd64/kubectl"
74
sudo chmod +x kubectl /usr/local/bin/kubectl
75
sudo mv kubectl /usr/local/bin/kubectl
76
0 commit comments