Skip to content

Commit 3ed79fc

Browse files
committed
docs: update
1 parent d9d8c6e commit 3ed79fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/modules/spark-k8s/pages/usage-guide/listenerclass.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
== History services
55

66
The operator deploys a xref:listener-operator:listener.adoc[Listener] for each spark history pod.
7-
The default is to only being accessible from within the Kubernetes cluster, but this can be changed by setting `.spec.clusterConfig.listenerClass`:
7+
The default is to only being accessible from within the Kubernetes cluster, but this can be changed by setting `.spec.nodes.config.listenerClass`:
88

99
[source,yaml]
1010
----
@@ -19,7 +19,7 @@ spec:
1919
----
2020
<1> Specify one of `external-stable`, `external-unstable`, `cluster-internal` (the default setting is `cluster-internal`).
2121

22-
For the example above, the listener operator creates a service named `spark-history-node-default-0-listener` where `spark-history` is the name of the SparkHistoryServer, `node` is the service role (the only service role available for history servers) and `default` is the role group.
22+
For the example above, the listener operator creates a service named `spark-history-node-default` where `spark-history` is the name of the SparkHistoryServer, `node` is the service role (the only service role available for history servers) and `default` is the role group.
2323

2424
== Connect services
2525

0 commit comments

Comments
 (0)