Sync #16039 add warning for injection customization into Chinese (#16043)

This commit is contained in:
Wilson Wu 2024-12-05 16:24:12 +08:00 committed by GitHub
parent 4fa7c04779
commit 5af7874056
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -230,6 +230,12 @@ spec:
例如,当使用 `TPROXY` 模式时,因为它要求 Sidecar 以用户 `0` 运行。
错误地覆盖这些字段可能会导致流量丢失,因此应格外小心。
{{< warning >}}
其他准入控制器可能会在 Istio 注入之前根据 Pod 规范执行操作,
从而改变或拒绝配置。例如,`LimitRange` 可能会在 Istio
添加其配置的资源之前自动插入资源请求,从而导致意外结果。
{{< /warning >}}
另外,某些字段可通过在 Pod 上的[注解](/zh/docs/reference/config/annotations/)进行配置,
但是不建议使用上述方法进行自定义设置。必须特别注意某些注解: