Update kubernetes cache-stack documentation

Closes #10341
This commit is contained in:
Joaquim Fellmann 2022-02-23 19:48:35 +01:00 committed by Pedro Igor
parent e1318d52d7
commit f569db2e42

View file

@ -117,7 +117,12 @@ The following table shows transport stacks that are available without any furthe
|Stack name|Transport protocol|Discovery
|tcp|TCP|MPING (uses UDP multicast).
|udp|UDP|UDP multicast
|kubernetes|TCP|DNS_PING
|===
The following table shows transport stacks that are available using the `--cache-stack` build option and a minimum configuration:
|===
|Stack name|Transport protocol|Discovery
|kubernetes|TCP|DNS_PING (requires `-Djgroups.dns.query=<headless-service-FQDN>` to be added to JAVA_OPTS or JAVA_OPTS_APPEND environment variable).
|===
=== Additional transport stacks