istio装成我自己的1.7.2版本后一切正常了,之前
ingressgateway也是起不来报上面错误:
2021-05-12T07:03:25.082175Z warn Envoy proxy is NOT ready: Get "http://127.0.0.1:15000/stats?usedonly&filter=^(cluster_manager\\.cds|listener_manager\\.lds)\\.(update_success|update_rejected)$": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
这个命令也能正常执行了:
istioctl experimental describe pod productpage-v1-7b6d96c8f5-mjtgw -n demo-project
Pod: productpage-v1-7b6d96c8f5-mjtgw
Pod Ports: 9080 (productpage), 15090 (istio-proxy)
Service: productpage
Port: http-web 9080/HTTP targets pod port 9080
DestinationRule: productpage for “productpage”
Matching subsets: v1
No Traffic Policy
Exposed on Ingress Gateway http://172.16.57.15
VirtualService: productpage
Weight 100%
/*,
建议是否可以选择用户可以自己装istio
istio版本zackzhang