tao12345666333 commented on code in PR #1698: URL: https://github.com/apache/apisix-ingress-controller/pull/1698#discussion_r1122783990
########## docs/en/latest/tutorials/proxy-grpc-service.md: ########## @@ -72,10 +72,9 @@ kubectl run yages -n ingress-apisix --image smirl/yages:0.1.3 --expose --port 90 Use the service that includes `grpcurl` to test gRPC connectivity. -```bash -kubectl run -it -n ingress-apisix --rm grpcurl --restart=Never --image=quay.io/mhausenblas/gump:0.1 -- sh -If you don't see a command prompt, try pressing enter. -/go $ grpcurl --plaintext yages:9000 yages.Echo.Ping +```shell +$ kubectl run -it -n ingress-apisix --rm grpcurl --restart=Never --image=alinsran/grpcurl -- \ Review Comment: What's the difference between the image? -- 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]
