Skip to content

Commit e1ff5b1

Browse files
committed
Docs
1 parent 0844ba5 commit e1ff5b1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/modules/listener-operator/pages/listenerclass.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Additionally, many cloud providers charge for load-balanced traffic.
6666
[#addresstype]
6767
== Address types
6868

69-
The Stackable Listener Operator supports both IP addresses and DNS hostnames. The preferred address type for a given ListenerClass can be configured using the `ListenerClass.spec.preferredAddressType` field. If no `preferredAddressType` is specified then it defaults to xref:#addresstype-hostname[].
69+
The Stackable Listener Operator supports both IP addresses and DNS hostnames. The preferred address type for a given ListenerClass can be configured using the `ListenerClass.spec.preferredAddressType` field. If no `preferredAddressType` is specified then it defaults to xref:#addresstype-hostname-conservative[].
7070

7171
NOTE: If the preferred address type is not supported for a given environment then another type will be used.
7272

@@ -81,6 +81,11 @@ but does not require any special client configuration (beyond what the xref:#ser
8181

8282
The DNS hostname of a resource. Clients must be able to resolve these addresses in order to connect, which may require special DNS configuration.
8383

84+
[#addresstype-hostname-conservative]
85+
=== HostnameConservative
86+
87+
A pseudo-addresstype that is equivalent to xref:#addresstype-ip[] for xref:#servicetype-nodeport[] services, and xref:#addresstype-hostname[] for all others. This means that we default to hostnames where "safe", but don't assume that nodes are resolvable by external clients.
88+
8489
== Default ListenerClasses
8590

8691
The Stackable Data Platform assumes the existence of a few predefined ListenerClasses, and will use them by default as appropriate:

0 commit comments

Comments
 (0)