Envoy侦听器未列出服务虚拟主机IP,运行状况检查失败

时间:2019-05-09 13:59:37

标签: kubernetes kubernetes-ingress istio envoyproxy

我正在使用istio侧面汽车代理来运行我的服务...以及何时列出我的特使听众..

ADDRESS            PORT      TYPE
10.123.182.191     80        TCP
10.123.198.235     443       TCP
10.123.178.241     9090      TCP
10.123.128.1       443       TCP
10.123.181.71      15030     TCP
0.0.0.0            9300      TCP
10.123.181.71      443       TCP
10.123.181.71      15020     TCP
10.123.249.74      15011     TCP
10.123.154.39      14267     TCP
10.123.181.71      15031     TCP
10.123.181.71      15032     TCP
10.123.128.10      53        TCP
10.123.198.235     15443     TCP
10.123.181.71      15029     TCP
10.123.177.148     1433      TCP
10.123.151.250     1433      TCP
10.123.164.13      443       TCP
0.0.0.0            6783      TCP
0.0.0.0            10250     TCP
10.123.181.71      15443     TCP
10.123.239.204     8080      TCP
10.123.180.39      80        TCP
10.123.181.71      31400     TCP
10.123.173.46      16686     TCP
10.123.218.107     9093      TCP
10.123.228.164     1433      TCP
10.123.224.129     443       TCP
10.123.211.165     443       TCP
10.123.154.39      14268     TCP
10.123.145.28      4444      TCP
10.123.225.52      80        TCP
10.123.161.131     443       TCP
10.123.237.62      80        TCP
10.123.204.103     9100      TCP
10.123.237.247     42422     TCP
10.123.204.245     44134     TCP
10.123.231.176     443       TCP
0.0.0.0            9093      TCP
0.0.0.0            9901      HTTP
0.0.0.0            5000      HTTP
0.0.0.0            9153      HTTP
0.0.0.0            10251     HTTP
0.0.0.0            15010     HTTP
0.0.0.0            20001     HTTP
0.0.0.0            15004     HTTP
0.0.0.0            3000      HTTP
0.0.0.0            9200      HTTP
0.0.0.0            9411      HTTP
0.0.0.0            9080      HTTP
0.0.0.0            80        HTTP
0.0.0.0            8080      HTTP
0.0.0.0            9090      HTTP
0.0.0.0            15014     HTTP
0.0.0.0            9091      HTTP
0.0.0.0            8060      HTTP
0.0.0.0            10252     HTTP
0.0.0.0            2379      HTTP
0.0.0.0            15001     TCP
0.0.0.0            15090     HTTP

但是我的应用程序服务IP是10.40.226.53,http端口80。我在特使监听器列表中没有看到

我的istio sidecar代理未启动并低于错误

"GET /healthz/ready HTTP/1.1" 404 NR "-" 0 0 0 - "-" "kube-probe/1.13" "0dd9600f-19c1-91f4-9fb0-c66c0dbd922a" "10.40.226.53:80" "-" - - 10.40.226.53:80 10.40.226.4:44894 -

我的yaml注释描述了我的istio状态端口为80,应用程序端口为15001

  

注释:readiness.status.sidecar.istio.io/applicationPorts:   “ 15001” readiness.status.sidecar.istio.io/failureThreshold:“ 300”
  readiness.status.sidecar.istio.io/initialDelaySeconds:“ 10”
  readiness.status.sidecar.istio.io/periodSeconds:“ 20”
  sidecar.istio.io/status:   '{“ version”:“ unit-test-fake-version”,“ initContainers”:[“ istio-init”],“ containers”:[“ istio-proxy”],“ volumes”:[“ istio-envoy” ,“ istio-certs”],“ imagePullSecrets”:null}'   status.sidecar.istio.io/port:“80”

0 个答案:

没有答案