You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy/helm/spark-k8s-operator/crds/crds.yaml
+3-22Lines changed: 3 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -1124,16 +1124,6 @@ spec:
1124
1124
properties:
1125
1125
listenerClass:
1126
1126
default: cluster-internal
1127
-
description: |-
1128
-
This field controls which type of Service the Operator creates for this HistoryServer:
1129
-
1130
-
* cluster-internal: Use a ClusterIP service
1131
-
1132
-
* external-unstable: Use a NodePort service
1133
-
1134
-
* external-stable: Use a LoadBalancer service
1135
-
1136
-
This is a temporary solution with the goal to keep yaml manifests forward compatible. In the future, this setting will control which ListenerClass <https://docs.stackable.tech/home/stable/listener-operator/listenerclass.html> will be used to expose the service, and ListenerClass names will stay the same, allowing for a non-breaking change.
1137
1127
enum:
1138
1128
- cluster-internal
1139
1129
- external-unstable
@@ -1880,21 +1870,12 @@ spec:
1880
1870
type: array
1881
1871
clusterConfig:
1882
1872
default:
1883
-
listenerClass: external-unstable
1873
+
listenerClass: cluster-internal
1884
1874
description: Global Spark Connect server configuration that applies to all roles.
1885
1875
properties:
1886
1876
listenerClass:
1887
-
default: external-unstable
1888
-
description: |-
1889
-
This field controls which type of Service the Operator creates for this ConnectServer:
1890
-
1891
-
* cluster-internal: Use a ClusterIP service
1892
-
1893
-
* external-unstable: Use a NodePort service
1894
-
1895
-
* external-stable: Use a LoadBalancer service
1896
-
1897
-
This is a temporary solution with the goal to keep yaml manifests forward compatible. In the future, this setting will control which ListenerClass <https://docs.stackable.tech/home/stable/listener-operator/listenerclass.html> will be used to expose the service, and ListenerClass names will stay the same, allowing for a non-breaking change.
1877
+
default: cluster-internal
1878
+
description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose the Spark services.
0 commit comments