Skip to content

Commit efd6897

Browse files
authored
[spark-operator] Fix port conflict in GKE (#1132)
1 parent 0f7d790 commit efd6897

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

stable/spark-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: spark-operator
33
description: A Helm chart for Spark on Kubernetes operator.
4-
version: 2.0.20
4+
version: 2.0.21
55
appVersion: 2.2.1
66
keywords:
77
- apache spark

stable/spark-operator/values.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,9 @@ prometheus:
411411
metrics:
412412
# -- Specifies whether to enable prometheus metrics scraping.
413413
enable: true
414-
# -- Metrics port.
415-
port: 8080
414+
# -- Metrics port. Use a high port to avoid collisions
415+
# -- e.g. GKE reserves 8080 for node-local-dns when hostNetwork is used (IG-25049)
416+
port: 28282
416417
# -- Metrics port name.
417418
portName: metrics
418419
# -- Metrics serving endpoint.

0 commit comments

Comments
 (0)