Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/kubernetes/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Kubernetes 注入Istio侧车后,内部gRPC布线超时_Kubernetes_Grpc_Google Kubernetes Engine_Istio - Fatal编程技术网

Kubernetes 注入Istio侧车后,内部gRPC布线超时

Kubernetes 注入Istio侧车后,内部gRPC布线超时,kubernetes,grpc,google-kubernetes-engine,istio,Kubernetes,Grpc,Google Kubernetes Engine,Istio,我目前正试图在GKE上的Kubernetes集群中部署一个Istio服务网格。当我使用kubectl apply-f注入Istio侧车时,我设法解决了这个问题。问题是上游gRPC服务向数据存储发出请求,并且Istio未配置为允许Google云服务的流量流出网格,因此请求超时。我通过跑步解决了这个问题 helm template install/kubernetes/helm/istio <the flags you used to install Istio> --set glob

我目前正试图在GKE上的Kubernetes集群中部署一个Istio服务网格。当我使用
kubectl apply-f注入Istio侧车时,我设法解决了这个问题。问题是上游gRPC服务向数据存储发出请求,并且Istio未配置为允许Google云服务的流量流出网格,因此请求超时。我通过跑步解决了这个问题

helm template install/kubernetes/helm/istio <the flags you used to install Istio> 
--set global.proxy.includeIPRanges="<cluster IP ranges>" 
-x templates/sidecar-injector-configmap.yaml | kubectl apply -f -
helm模板安装/kubernetes/helm/istio
--设置global.proxy.includeIPRanges=“”
-x模板/sidecar-injector-configmap.yaml | kubectl应用-f-

您使用的是哪个版本的Istio?当前运行的是1.0.0版
helm template install/kubernetes/helm/istio <the flags you used to install Istio> 
--set global.proxy.includeIPRanges="<cluster IP ranges>" 
-x templates/sidecar-injector-configmap.yaml | kubectl apply -f -