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 080410c commit 7e654f4Copy full SHA for 7e654f4
.github/workflows/conformance-test.yml
@@ -86,7 +86,7 @@ jobs:
86
87
- name: Install And Run Cloud Provider KIND
88
run: |
89
- go install sigs.k8s.io/cloud-provider-kind@latest
+ go install sigs.k8s.io/cloud-provider-kind@v0.8.0
90
nohup cloud-provider-kind > /tmp/kind-loadbalancer.log 2>&1 &
91
92
- name: Install Gateway API And CRDs
0 commit comments