zh-translation: update ServiceMesher#1744-1745 (#6427)

* zh-translation: /docs/tasks/security/webhook/index.md #1744

* zh-translation: installation-options/index.md #1745
This commit is contained in:
2BFL 2020-02-09 09:27:33 +08:00 committed by GitHub
parent d37c2744d6
commit ec25be2f5f
2 changed files with 3 additions and 3 deletions

View File

@ -320,11 +320,11 @@ $ istioctl manifest generate ... --set values.global.mtls.enabled=true
| `grafana.dashboardProviders.dashboardproviders.providers.orgId.disableDeletion` | `false` | |
| `grafana.dashboardProviders.dashboardproviders.providers.orgId.options.path` | `/var/lib/grafana/dashboards/istio` | |
## `istio_cni` 选项 {#Istio-CNI-options}
## `cni` 选项 {#CNI-options}
| 关键字 | 默认值 | 描述 |
| --- | --- | --- |
| `istio_cni.enabled` | `false` | |
| `cni.enabled` | `false` | |
## `istiocoredns` 选项 {#Istio-CoreDNS-options}

View File

@ -7,7 +7,7 @@ keywords: [security,webhook]
{{< boilerplate experimental-feature-warning >}}
Istio 有两个 webhooksGalley 和 sidecar 注入器。
Istio 有两个 webhooksvalidation 和 sidecar 注入器。
默认情况下,这些 webhooks 自己管理自己的配置。
从安全角度来看,不建议使用此默认行为,因为被侵入的 webhook 随后可能会进行提权攻击。