Updating AppProtocol docs for 1.19 release

This commit is contained in:
Rob Scott
2020-06-08 13:49:31 -07:00
parent 0061388373
commit 4e6aa1b43b
@@ -204,14 +204,11 @@ described in detail in [EndpointSlices](/docs/concepts/services-networking/endpo
### Application protocol ### 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 The AppProtocol field provides a way to specify an application protocol to be
used for each Service port. used for each Service port. The value of this field is mirrored by corresponding
Endpoints and EndpointSlice resources.
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/).
## Virtual IPs and service proxies ## Virtual IPs and service proxies