mirror of https://github.com/istio/istio.io.git
[release-1.3] Fixed injection and validation operations guides (#4902)
* Fixed injection and validation ops guides * Update content/en/docs/ops/setup/injection-concepts/index.md Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com> * Update content/en/docs/ops/setup/injection-concepts/index.md Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com> * Update content/en/docs/ops/setup/injection-concepts/index.md Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com> * Update content/en/docs/ops/setup/injection-concepts/index.md Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
This commit is contained in:
parent
9232bf812c
commit
e936c4d75a
|
@ -31,15 +31,11 @@ the three configuration items. The security rules above cannot be overridden.
|
|||
|
||||
| `namespaceSelector` match | default `policy` | Pod override annotation `sidecar.istio.io/inject` | Sidecar injected? |
|
||||
|---------------------------|------------------|---------------------------------------------------|-----------|
|
||||
| yes | enabled | true | yes |
|
||||
| yes | enabled | true (default) | yes |
|
||||
| yes | enabled | false | no |
|
||||
| yes | enabled | | yes |
|
||||
| yes | disabled | true | yes |
|
||||
| yes | disabled | false | no |
|
||||
| yes | disabled | | no |
|
||||
| no | enabled | true | no |
|
||||
| yes | disabled | false (default) | no |
|
||||
| no | enabled | true (default) | no |
|
||||
| no | enabled | false | no |
|
||||
| no | enabled | | no |
|
||||
| no | disabled | true | no |
|
||||
| no | disabled | false | no |
|
||||
| no | disabled | | no |
|
||||
| no | disabled | false (default) | no |
|
||||
|
|
|
@ -6,10 +6,10 @@ aliases:
|
|||
- /help/ops/setup/validation
|
||||
---
|
||||
|
||||
Galley’s configuration validation ensures user authored Istio
|
||||
Galley's configuration validation ensures user authored Istio
|
||||
configuration is syntactically and semantically valid. It uses a
|
||||
Kubernetes `ValidatingWebhook`. The `istio-galley`
|
||||
`ValidationWebhookConfiguration` has two webhooks.
|
||||
`ValidatingWebhookConfiguration` has two webhooks.
|
||||
|
||||
* `pilot.validation.istio.io` - Served on path `/admitpilot` and is
|
||||
responsible for validating configuration consumed by Pilot
|
||||
|
|
Loading…
Reference in New Issue