我在 Google Kubenetes Engine 上运行 Istio。我一直在关注这篇文章在 Istio 中启用 gRPC-web。我想查看我的 Istio Envoy 代理的配置以检查envoy.grpc_web
其中是否有内容,但它给出了一个错误:
$ kubectl get pods -n rev79
NAME READY STATUS RESTARTS AGE
rev79-deployment-8d985d775-jx6v4 3/3 Running 1 16h
$ istioctl proxy-config listeners rev79-deployment-8d985d775-jx6v4.rev79
Error: error unmarshalling config dump response from Envoy: json: cannot unmarshal object into Go value of type []json.RawMessage
我该如何解决这个错误?