Chever-John opened a new issue, #1201: URL: https://github.com/apache/apisix-ingress-controller/issues/1201
### Issue description When I was preparing to build the development environment on my new host, I was surprised to find a simple ci build problem after running the make-e2e-test-local command. This is easy to fix, the official command seems to have been updated from `docker-compose` to `docker compose`. So do we need to have a discussion about this situation? ### Environment - your apisix-ingress-controller version (output of apisix-ingress-controller version --long): - your Kubernetes cluster version (output of kubectl version): - if you run apisix-ingress-controller in Bare-metal environment, also show your OS version (uname -a): ### Minimal test code / Steps to reproduce 1. run the command `make e2e-test-local`; ### Actual result ```bash ./test/e2e/testdata/wolf-rbac/cmd.sh: line 33: docker-compose: command not found ./test/e2e/testdata/wolf-rbac/cmd.sh: line 36: docker-compose: command not found curl: (7) Failed connect to 127.0.0.1:12180; Connection refused curl: (7) Failed connect to 127.0.0.1:12180; Connection refused curl: (7) Failed connect to 127.0.0.1:12180; Connection refused make: *** [e2e-wolf-rbac] Error 7 ``` ### Error log none ### Expected result Success! -- 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]
