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 sidecar 使用 sidecar 的最近 Kubernetes 容器生命周期?边车生命周期在这里和这里讨论。更具体地说,是否有类似于sidecar.istio.io/inject: "true"CRD 中的注释或其他一些属性可以做到这一点?我正在使用 istio 1.6。谢谢你。
sidecar.istio.io/inject: "true"
提到的 Kubernetes sidecar 提案被撤回。因此,在 Istio 1.6 和更新的版本中都不支持这一点。
见https://github.com/kubernetes/enhancements/issues/753