Merge pull request #21588 from robscott/app-protocol-1.19

Updating AppProtocol docs for 1.19 release
pull/21202/head
Kubernetes Prow Robot 2020-07-10 13:49:49 -07:00 committed by GitHub
commit d6b7bf5f38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 6 deletions

View File

@ -204,14 +204,11 @@ described in detail in [EndpointSlices](/docs/concepts/services-networking/endpo
### Application protocol
{{< feature-state for_k8s_version="v1.18" state="alpha" >}}
{{< feature-state for_k8s_version="v1.19" state="beta" >}}
The AppProtocol field provides a way to specify an application protocol to be
used for each Service port.
As an alpha feature, this field is not enabled by default. To use this field,
enable the `ServiceAppProtocol` [feature
gate](/docs/reference/command-line-tools-reference/feature-gates/).
used for each Service port. The value of this field is mirrored by corresponding
Endpoints and EndpointSlice resources.
## Virtual IPs and service proxies