lgy1027 commented on issue #631: URL: https://github.com/apache/apisix-ingress-controller/issues/631#issuecomment-901868751
> @lgy1027 How did you test the gRPC service? You should send HTTP requests with correct URI path and payload according to the gRPC IDL. 这块不是这么好懂对于新手来说,有没有详细的文档,还有个问题,当我配置upstream里面设置了三个PortLevelSettings,在apisix中会全部覆盖成一个Scheme,如下  ```` {"node":{"dir":true,"nodes":[{"modifiedIndex":445,"key":"\/apisix\/upstreams\/1e604899","createdIndex":438,"value":{"pass_host":"pass","nodes":[{"host":"10.233.99.151","port":50051,"priority":0,"weight":100}],"labels":{"managed-by":"apisix-ingress-controller"},"update_time":1629374757,"create_time":1629374756,"scheme":"grpc","type":"roundrobin","desc":"Created by apisix-ingress-controller, DO NOT modify it manually","hash_on":"vars","name":"lgy_grpc_50051","id":"1e604899"}},{"modifiedIndex":446,"key":"\/apisix\/upstreams\/87691923","createdIndex":439,"value":{"pass_host":"pass","nodes":[{"host":"10.233.99.151","port":50052,"priority":0,"weight":100}],"labels":{"managed-by":"apisix-ingress-controller"},"update_time":1629374757,"create_time":1629374756,"scheme":"grpc","type":"roundrobin","desc":"Created by apisix-ingress-controller, DO NOT modify it manually","hash_on":"vars","name":"lgy_grpc_50052","id":"87691923"}},{"modifiedIndex":444,"key":"\/apisix\/upstreams\/ca0746f3","create dIndex":440,"value":{"pass_host":"pass","nodes":[{"host":"10.233.99.151","port":8082,"priority":0,"weight":100}],"labels":{"managed-by":"apisix-ingress-controller"},"update_time":1629374757,"create_time":1629374756,"scheme":"grpc","type":"roundrobin","desc":"Created by apisix-ingress-controller, DO NOT modify it manually","hash_on":"vars","name":"lgy_grpc_8082","id":"ca0746f3"}}],"key":"\/apisix\/upstreams"},"count":3,"action":"get"} ```` -- 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]
