zh-translation: /docs/ops/configration/_index.md (#9264)

This commit is contained in:
Simon Zhao 2021-03-17 19:45:32 +08:00 committed by GitHub
parent 7fa2b9f84c
commit 2dd9d0d325
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -5,9 +5,11 @@ weight: 20
aliases:
- /zh/help/ops/setup/injection
- /zh/docs/ops/setup/injection-concepts
owner: istio/wg-user-experience-maintainers
test: n/a
---
Sidecar 自动注入机制将 sidecar 代理添加到用户创建的 pod。
Sidecar 自动注入机制将 sidecar 代理自动添加到用户创建的 pod。
它使用 `MutatingWebhook` 机制在 pod 创建的时候将 sidecar 的容器和卷添加到每个 pod 的模版里。
@ -18,7 +20,7 @@ Sidecar 是否会被自动注入取决于下面 3 条配置和 2 条安全规则
配置:
- webhooks `namespaceSelector`
- 默认策略
- 默认策略 `policy`
- pod 级别的覆盖注解
安全规则: