Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions content/zh/docs/ops/integrations/spire/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,13 @@ EOF
EOF
{{< /text >}}

{{< warning >}}
如果您使用的是 Kubernetes 1.33 版本,并且尚未在 Istio 控制平面中禁用对原生 Sidecar 的支持,
则必须在 Sidecar 注入模板中使用 `initContainers`。
这是必需的,因为原生 Sidecar 支持会改变 Sidecar 的注入方式。
**注意:**网关的 SPIRE 注入模板应继续像以前一样使用常规 `containers`。
{{< /warning >}}

1. 应用配置:

{{< text syntax=bash snip_id=apply_istio_operator_configuration >}}
Expand Down