tokers commented on a change in pull request #571:
URL: 
https://github.com/apache/apisix-ingress-controller/pull/571#discussion_r663881983



##########
File path: .github/workflows/e2e-test-ci.yml
##########
@@ -84,6 +84,10 @@ jobs:
         run: |
           go get -u github.com/onsi/ginkgo/ginkgo
           sudo cp ~/go/bin/ginkgo /usr/local/bin
+      - name: Create K8s cluster
+        run: |
+          make kind-up
+          kubectl get nodes

Review comment:
       Good point! Changed.

##########
File path: .github/workflows/e2e-test-ci.yml
##########
@@ -73,7 +73,7 @@ jobs:
           submodules: recursive
       - name: Install kind
         run: |
-          curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.10.0/kind-linux-amd64
+          curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.11.0/kind-linux-amd64

Review comment:
       Updated.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to