File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
helm/flink-kubernetes-operator Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,16 @@ defaultConfiguration:
169
169
# If set to false, loads just the overrides as in (2).
170
170
# This option has not effect, if create is equal to false.
171
171
append : true
172
+
173
+ # Uncomment to use the new config.yaml format, but also comment out the flink-config.yaml key.
174
+ # config.yaml: |+
175
+ # kubernetes.operator:
176
+ # metrics.reporter.slf4j:
177
+ # factory.class: org.apache.flink.metrics.slf4j.Slf4jReporterFactory
178
+ # interval: 5 MINUTE
179
+ # reconcile.interval: 15 s
180
+ # observer.progress-check.interval: 5 s
181
+
172
182
flink-conf.yaml : |+
173
183
# Flink Config Overrides
174
184
kubernetes.operator.metrics.reporter.slf4j.factory.class: org.apache.flink.metrics.slf4j.Slf4jReporterFactory
You can’t perform that action at this time.
0 commit comments