我正在Azure kubernetes服务上安装istio版本1.1.5。我已按照istio网站isito installation
中提到的安装过程进行操作我已经安装了istio-demo安装包。成功安装后,很少有资源无法启动...
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
的广告连播说明时,我遇到了以下错误。
就绪探针失败:HTTP探针失败,状态码:503
类似地,对于其他istio-telemetry-795546db77-sqr5j
豆荚,我也遇到了错误。
活动探测失败:获取http://10.40.226.41:15014/version:拨号 tcp 10.40.226.41:15014:连接:连接被拒绝
我启用了rewriteAppHTTPProbe=true
,但没有运气。
答案 0 :(得分:0)
已经讨论了同一问题here
Istio在启动时不堪重负。
要解决此问题,您需要在policy_container和telemetry_container部分的混合器容器的args中添加--useAdapterCRDs=false
。