From 29355e00ecf99a0b43a780880e37292b015f32ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20M=C3=A9sz=C3=A1ros?= Date: Tue, 26 Aug 2025 12:58:41 +0200 Subject: [PATCH 1/4] Express is values.yaml that config.yaml can be used MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Attila Mészáros --- helm/flink-kubernetes-operator/values.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/helm/flink-kubernetes-operator/values.yaml b/helm/flink-kubernetes-operator/values.yaml index 00fb5db2d7..8d815ccc00 100644 --- a/helm/flink-kubernetes-operator/values.yaml +++ b/helm/flink-kubernetes-operator/values.yaml @@ -169,6 +169,16 @@ defaultConfiguration: # If set to false, loads just the overrides as in (2). # This option has not effect, if create is equal to false. append: true + +# Uncomment to use the new config.yaml format, but also comment out the flink-config.yaml key. +# config.yaml: +# kubernetes.operator: +# metrics.reporter.slf4j: +# factory.class: org.apache.flink.metrics.slf4j.Slf4jReporterFactory +# interval: 5 MINUTE +# reconcile.interval: 15 s +# observer.progress-check.interval: 5 s + flink-conf.yaml: |+ # Flink Config Overrides kubernetes.operator.metrics.reporter.slf4j.factory.class: org.apache.flink.metrics.slf4j.Slf4jReporterFactory From 98bdd00de310f5c0dd452f03081240ae5be4691c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20M=C3=A9sz=C3=A1ros?= Date: Mon, 22 Sep 2025 10:41:54 +0200 Subject: [PATCH 2/4] fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Attila Mészáros --- helm/flink-kubernetes-operator/values.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/helm/flink-kubernetes-operator/values.yaml b/helm/flink-kubernetes-operator/values.yaml index 8d815ccc00..77f68374f9 100644 --- a/helm/flink-kubernetes-operator/values.yaml +++ b/helm/flink-kubernetes-operator/values.yaml @@ -147,7 +147,7 @@ operatorSecurityContext: {} webhookSecurityContext: {} webhook: - create: true + create: false # validator: # create: true # mutator: @@ -171,13 +171,13 @@ defaultConfiguration: append: true # Uncomment to use the new config.yaml format, but also comment out the flink-config.yaml key. -# config.yaml: -# kubernetes.operator: -# metrics.reporter.slf4j: -# factory.class: org.apache.flink.metrics.slf4j.Slf4jReporterFactory -# interval: 5 MINUTE -# reconcile.interval: 15 s -# observer.progress-check.interval: 5 s + config.yaml: |+ + kubernetes.operator: + metrics.reporter.slf4j: + factory.class: org.apache.flink.metrics.slf4j.Slf4jReporterFactory + interval: 5 MINUTE + reconcile.interval: 15 s + observer.progress-check.interval: 5 s flink-conf.yaml: |+ # Flink Config Overrides From 37c5cecffac31690874a2b903c4b140aeeb8cc06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20M=C3=A9sz=C3=A1ros?= Date: Mon, 22 Sep 2025 10:42:19 +0200 Subject: [PATCH 3/4] wip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Attila Mészáros --- helm/flink-kubernetes-operator/values.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/helm/flink-kubernetes-operator/values.yaml b/helm/flink-kubernetes-operator/values.yaml index 77f68374f9..666f002620 100644 --- a/helm/flink-kubernetes-operator/values.yaml +++ b/helm/flink-kubernetes-operator/values.yaml @@ -171,13 +171,13 @@ defaultConfiguration: append: true # Uncomment to use the new config.yaml format, but also comment out the flink-config.yaml key. - config.yaml: |+ - kubernetes.operator: - metrics.reporter.slf4j: - factory.class: org.apache.flink.metrics.slf4j.Slf4jReporterFactory - interval: 5 MINUTE - reconcile.interval: 15 s - observer.progress-check.interval: 5 s +# config.yaml: |+ +# kubernetes.operator: +# metrics.reporter.slf4j: +# factory.class: org.apache.flink.metrics.slf4j.Slf4jReporterFactory +# interval: 5 MINUTE +# reconcile.interval: 15 s +# observer.progress-check.interval: 5 s flink-conf.yaml: |+ # Flink Config Overrides From aaf8d42440ffc25cc885125888639c3d37e3f5a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20M=C3=A9sz=C3=A1ros?= Date: Mon, 22 Sep 2025 13:27:18 +0200 Subject: [PATCH 4/4] fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Attila Mészáros --- helm/flink-kubernetes-operator/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/flink-kubernetes-operator/values.yaml b/helm/flink-kubernetes-operator/values.yaml index 666f002620..497bcc7122 100644 --- a/helm/flink-kubernetes-operator/values.yaml +++ b/helm/flink-kubernetes-operator/values.yaml @@ -147,7 +147,7 @@ operatorSecurityContext: {} webhookSecurityContext: {} webhook: - create: false + create: true # validator: # create: true # mutator: