istio新安装导致readinees探针失败 [英] istio new installation causing readinees probe failed

查看:1414
本文介绍了istio新安装导致readinees探针失败的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在Azure kubernetes服务上安装istio版本1.1.5.我已经按照istio网站

I am installing istio version 1.1.5 on Azure kubernetes services. i have followed the installation procedure mentioned in this istio site isito installation

我已经安装了istio-demo安装包.成功安装后,很少有资源无法启动...

I have installed istio-demo installation pack. after successful installation,few resources are not starting...

NAME                               READY     STATUS             RESTARTS   AGE
grafana-6b849f66c8-hfn24                  1/1       Running            0          10h
istio-citadel-6f958bff99-r4jdj            1/1       Running            0          10h
istio-galley-64867c7ddc-jggxx             1/1       Running            0          10h
istio-grafana-post-install-1.1.5-8mstl    0/1       Completed          0          10h
istio-ingressgateway-5f9765f889-gpvt2     0/1       Running            0          10h
istio-init-crd-10-8s7ng                   0/1       Completed          0          10h
istio-init-crd-11-jdgrd                   0/1       Completed          0          10h
istio-pilot-ff9d76fd8-5zz89               1/2       Running            0          10h
istio-policy-6d5fff9559-qdgqw             1/2       CrashLoopBackOff   225        10h
istio-sidecar-injector-847bcc5744-lgtzd   1/1       Running            0          10h
istio-telemetry-795546db77-sqr5j          1/2       CrashLoopBackOff   221        10h
istio-tracing-595796cf54-x78qr            1/1       Running            0          10h
kiali-5c584d45f6-q54kw                    1/1       Running            0          10h
prometheus-5fffdf8848-7ddkw               1/1       Running            0          10h

当我检查istio-ingressgateway-5f9765f889-gpvt2的广告连播说明时,我遇到了以下错误.

when i checked the pod description of istio-ingressgateway-5f9765f889-gpvt2, I am getting below error..

就绪探针失败:HTTP探针失败,状态码为503

Readiness probe failed: HTTP probe failed with statuscode: 503

与其他Pod istio-telemetry-795546db77-sqr5j类似,我得到的错误低于此值.

similarly for other pod istio-telemetry-795546db77-sqr5j , I am getting below error.

活动探测失败:获取 http://10.40.226.41:15014/version :拨号 tcp 10.40.226.41:15014:连接:连接被拒绝

Liveness probe failed: Get http://10.40.226.41:15014/version: dial tcp 10.40.226.41:15014: connect: connection refused

我启用了rewriteAppHTTPProbe=true,但是没有运气.

I have enabled rewriteAppHTTPProbe=true but no luck..

推荐答案

已经讨论了相同的问题

Same issue was already discussed here

Istio在启动时使API服务器不堪重负.

Istio is overwhelming the API server on startup.

要解决此问题,您需要在policy_container和telemetry_container部分的混合器容器的args中添加--useAdapterCRDs=false.

To fix it you need to add --useAdapterCRDs=false to the args of the mixer container in the policy_container and telemetry_container sections.

这篇关于istio新安装导致readinees探针失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆