Skip to content

Commit 0139b36

Browse files
authored
Sync #16866 add a warning about native sidecars for SPIRE into Chinese (#16869)
1 parent 8a5e6bb commit 0139b36

File tree

1 file changed

+7
-0
lines changed
  • content/zh/docs/ops/integrations/spire

1 file changed

+7
-0
lines changed

content/zh/docs/ops/integrations/spire/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,13 @@ EOF
235235
EOF
236236
{{< /text >}}
237237

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

240247
{{< text syntax=bash snip_id=apply_istio_operator_configuration >}}

0 commit comments

Comments
 (0)