我正在使用 calico CNI 的 EKS 集群上使用 istio-operator 设置 istio 控制平面。在集群上安装 istio 后,我知道新的 pod 没有出现,我在谷歌搜索后得到的原因如下:
现在,我想仅使用 istio-operator 对 istiod 部署应用hostNetwork: true
更改spec.template.spec
。
我做了一些谷歌搜索来更改或覆盖 istiod 部署的值,并获得了以下 yamls 文件:
但他们也没有工作。以下是我应用的最后一个配置:
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 添加到 istiod 部署吗hostNetwork: true
?spec.template.spec