Deprecated tasks do not need tests + small fwording fix (#7971)

This commit is contained in:
Frank Budinsky 2020-08-18 09:45:39 -04:00 committed by GitHub
parent 4b84e79a66
commit ce4cbcf9a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -22,8 +22,8 @@ Protocols can be specified manually in the Service definition.
This can be configured in two ways:
- By the name of port the port, like `name: <protocol>[-<suffix>]`.
- In Kubernetes 1.18+, by the `appProtocol` field, like `appProtocol: <protocol>`.
- By the name of the port: `name: <protocol>[-<suffix>]`.
- In Kubernetes 1.18+, by the `appProtocol` field: `appProtocol: <protocol>`.
The following protocols are supported:

View File

@ -6,7 +6,7 @@ weight: 51
aliases:
- /docs/examples/advanced-gateways/egress_sni_monitoring_and_policies/
owner: istio/wg-networking-maintainers
test: no
test: n/a
---
{{< warning >}}