We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d1d5f commit b05b5a6Copy full SHA for b05b5a6
.github/workflows/e2e_test.yml
@@ -79,7 +79,7 @@ jobs:
79
chmod +x ./kind
80
export PATH="$PWD:$PATH"
81
kind version
82
- ./hack/kind-cluster-build.sh --nodeNum 1 --k8sVersion v1.33.5
+ ./hack/kind-cluster-build.sh --nodeNum 1 --k8sVersion v1.33.4
83
84
- name: Initialize K8s cluster
85
run: |
0 commit comments