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 eccdece commit 47e20b7Copy full SHA for 47e20b7
1 file changed
.github/workflows/apisix-e2e-test.yml
@@ -62,6 +62,10 @@ jobs:
62
run: |
63
make kind-up
64
65
+ - name: Loading Docker Image to Kind Cluster
66
+ run: |
67
+ make kind-load-ingress-image
68
+
69
- name: Install Gateway API And CRDs
70
71
make install
0 commit comments