From 4e6aa1b43bd4e69ec3824a665410294b07039bfa Mon Sep 17 00:00:00 2001 From: Rob Scott Date: Mon, 8 Jun 2020 13:49:31 -0700 Subject: [PATCH] Updating AppProtocol docs for 1.19 release --- content/en/docs/concepts/services-networking/service.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/content/en/docs/concepts/services-networking/service.md b/content/en/docs/concepts/services-networking/service.md index e97d80db21..23c757bbb0 100644 --- a/content/en/docs/concepts/services-networking/service.md +++ b/content/en/docs/concepts/services-networking/service.md @@ -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