Skip to content

Commit 90efe2b

Browse files
committed
docs
1 parent bf969a0 commit 90efe2b

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

docs/modules/hbase/pages/usage-guide/listenerclass.adoc

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,21 @@ spec:
1717
config:
1818
listenerClass: external-unstable
1919
----
20-
<1> Specify one of `external-stable`, `external-unstable`, `cluster-internal` (the default setting is `cluster-internal`)
20+
<1> Specify one of `external-stable`, `external-unstable`, `cluster-internal` (the default setting is `cluster-internal`).
21+
This can be set separately for all three roles.
22+
23+
Externally-reachable endpoints (i.e. where listener-class = `external-unstable` or `external-unstable`) are written to a ConfigMap called `<cluster-name>-ui-endpoints`, listing each rolegroup by replica:
24+
25+
[source,yaml]
26+
----
27+
apiVersion: v1
28+
data:
29+
hbase.master-0.ui: 172.19.0.3:32353
30+
hbase.master-1.ui: 172.19.0.5:31817
31+
hbase.regionserver-0.ui: 172.19.0.3:31719
32+
hbase.regionserver-1.ui: 172.19.0.5:30626
33+
hbase.restserver-0.ui: 172.19.0.3:31790
34+
hbase.restserver-1.ui: 172.19.0.5:32292
35+
kind: ConfigMap
36+
...
37+
----

0 commit comments

Comments
 (0)