Merge pull request #21588 from robscott/app-protocol-1.19
Updating AppProtocol docs for 1.19 releasepull/21202/head
commit
d6b7bf5f38
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue