Skip to content

Commit

Permalink
Update kubernetes cache-stack documentation
Browse files Browse the repository at this point in the history
Closes #10341
  • Loading branch information
vanrar68 authored and pedroigor committed Mar 7, 2022
1 parent e1318d5 commit f569db2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/guides/src/main/server/caching.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f569db2

Please sign in to comment.