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 5148ae4 commit 0f95404Copy full SHA for 0f95404
.github/workflows/conformance-test.yml
@@ -73,9 +73,9 @@ jobs:
73
go install sigs.k8s.io/cloud-provider-kind@latest
74
nohup cloud-provider-kind > /tmp/kind-loadbalancer.log 2>&1 &
75
76
- - name: Install Gateway API
+ - name: Install Gateway API And CRDs
77
run: |
78
- make install-gateway-api
+ make install
79
80
- name: Loading Docker Image to Kind Cluster
81
.github/workflows/e2e-test.yml
@@ -68,9 +68,9 @@ jobs:
68
69
make kind-up
70
71
72
0 commit comments