Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我通过插件安装了带有 istio 的谷歌云 gke 集群。我需要将 istio-ingressgateway 更改为 NodePort。问题是插件管理器总是恢复我的更改。有没有办法禁用它恢复到原始入口网关?
谢谢
在 GKE 插件上使用 istio 时,您无法对 istio pod 进行任何更改。istio-system 命名空间中的所有资源都是受管理的,并且包含标签“addonmanager.kubernetes.io/mode: Reconcile”,这会导致您所做的任何更改都被还原。
普遍的共识是 istio 插件更多地是一个演示,高级用户应该手动安装 istio 并使用非托管版本