【发布时间】:2020-10-12 04:10:53
【问题描述】:
我用这个安装
istioctl install --set profile=demo
我收到了这个错误
2020-06-23T06:53:12.111697Zerrorinstallerfailed to create "PeerAuthentication/istio-s
ystem/grafana-ports-mtls-disabled": Timeout: request did not complete within requested timeout 30s
✘ Addons encountered an error: failed to create "PeerAuthentication/istio-system/grafana-ports-mtls-
disabled": Timeout: request did not complete within requested timeout 30s
- Pruning removed resources
Error: failed to apply manifests: errors occurred during operation
【问题讨论】:
-
你能添加你用来安装它的命令吗?你能尝试使用
istioctl install --set profile=demo --set addonComponents.grafana.enabled=true并告诉我结果如何吗?你试过用istio operator吗? -
FWIW - 我在解决与 istio 1.6.1 完全相同的问题时发现了这一点。我的安装自动化了 50 多次成功部署,但现在它们今天都失败了,这让我很确定问题是我这边的一些变化。我正在运行 AWS / k8s 1.15,目前正在怀疑 SG / 防火墙规则。如果我发现有用的东西我会回复。为了获得更好的建议/帮助,您应该在此处添加更多信息,例如环境、集群等;以及您的部署方式和到目前为止所做的工作。我根据你的标签猜测你的设置,但一些叙述会很有用。
-
@jt97 我尝试了命令作为您的建议。它仍然没有工作。我会尝试 istio 操作员,稍后会更新给您。谢谢
-
我更新了我用于安装命令的问题。
-
我已经尝试过 istio 运算符,它的工作!谢谢@jt97
标签: amazon-web-services kubernetes istio amazon-eks