【发布时间】:2019-04-10 01:32:43
【问题描述】:
我正在使用 istio-1.1.1。我有一个基本上可以运行 helm 命令的 pod。
如果我禁用istio-proxy,我可以轻松运行类似的命令
helm status --debug
[debug] Created tunnel using local port: '41683'
[debug] SERVER: "127.0.0.1:41683"
端口号每次都会变化。
但是,当我启用istio-proxy 时,我收到以下错误:
# helm status --debug
Error: an error on the server ("") has prevented the request from succeeding (get pods)`
如何调试此问题? 和出口有关系吗?
【问题讨论】:
-
您是否尝试将 Istio sidecar 注入到
TillerPod 中?
标签: google-kubernetes-engine kubernetes-helm istio