如何使用 istio-operator 更改 istiod 部署的配置?

问题描述

我正在使用 calico CNI 在 EKS 集群上使用 istio-operator 设置 istio 控制平面。在集群上安装 istio 后,我知道新的 pod 没有出现,我在谷歌搜索后得到的原因如下:

Istio Installation successful but not able to deploy POD

现在,我想仅使用 istio-operator 将 hostNetwork: true 下的 spec.template.spec 更改应用于 istiod 部署。

我做了更多的谷歌搜索来更改或覆盖 istiod 部署的值,并得到以下 yamls 文件

https://github.com/istio/istio/tree/ca541df418d0902ebeb9506c84d24c6bd9743801/operator/cmd/mesh/testdata/manifest-generate/input

但它们也不起作用。以下是我应用的最后配置:

kind: IstioOperator
Metadata:
  namespace: istio-system
  name: zeta-zone-istiocontrolplane
spec:
  profile: minimal
  values:
    pilot:
      resources:
        requests:
          cpu: 222m
          memory: 333Mi
    hostNetwork: true
  unvalidatedValues:
    hostNetwork: true

有人可以帮助我仅使用 istio-operator 将 hostNetwork: true 下的 spec.template.spec 添加到 istiod 部署中吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)