xiangtianyu

Results 34 comments of xiangtianyu

I am the latest main and i used idea's inner gradle command. I tried to use powershell and git bash and get the same result. I've tried `gradle build` and...

I tried as you said and it still failed.

Always the same error ``` > Task :exporters:otlp:common:generateMainProtos FAILED Execution failed for task ':exporters:otlp:common:generateMainProtos'. > Error while evaluating property 'sourceInput$wire_gradle_plugin' of task ':exporters:otlp:common:generateMainProtos' > Failed to calculate the value of...

> BTW I could only reproduce this on GitHub actions before but not on a local Windows machine, which I think was because of it using a separate drive for...

![image](https://user-images.githubusercontent.com/10825900/182509087-475d184b-f452-43ca-be3f-d9508f5b60ba.png) you mean this?

make failure ``` ➜ apisix-ingress-controller git:(feature/log_rotate) ✗ make kind-load-images kind load docker-image --name=apisix \ 127.0.0.1:5000/apache/apisix:dev \ 127.0.0.1:5000/bitnami/etcd:dev \ 127.0.0.1:5000/apache/apisix-ingress-controller:dev \ 127.0.0.1:5000/kennethreitz/httpbin:dev \ 127.0.0.1:5000/test-backend:dev \ 127.0.0.1:5000/jmalloc/echo-server:dev \ 127.0.0.1:5000/busybox:dev Image: "127.0.0.1:5000/apache/apisix:dev" with...

And there is no etcd pod,how can i check the log?

My host is always bind localhost to 127.0.0.1 in /etc/hosts

my etcd pod exports such error ``` Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal Scheduled 62s default-scheduler Successfully assigned ingress-apisix-e2e-tests-default-27891000/etcd-deployment-e2e-test-78f8c847b-p5lmn to apisix-worker2 Normal Pulling 24s...