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: docs/content/docs/operations/helm.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,8 @@ The configurable parameters of the Helm chart and which default values as detail
112
112
| defaultConfiguration.create | Whether to enable default configuration to create for flink-kubernetes-operator. | true |
113
113
| defaultConfiguration.append | Whether to append configuration files with configs. | true |
114
114
| defaultConfiguration.flink-conf.yaml | The default configuration of flink-conf.yaml. | kubernetes.operator.metrics.reporter.slf4j.factory.class: org.apache.flink.metrics.slf4j.Slf4jReporterFactory<br/>kubernetes.operator.metrics.reporter.slf4j.interval: 5 MINUTE<br/>kubernetes.operator.reconcile.interval: 15 s<br/>kubernetes.operator.observer.progress-check.interval: 5 s |
115
+
| defaultConfiguration.config.yaml | The newer configuration file format for flink that will enforced in Flink 2.0. | kubernetes.operator.metrics.reporter.slf4j.factory.class: org.apache.flink.metrics.slf4j.Slf4jReporterFactory<br/>kubernetes.operator.metrics.reporter.slf4j.interval: 5 MINUTE<br/>kubernetes.operator.reconcile.interval: 15 s<br/>kubernetes.operator.observer.progress-check.interval: 5 s |
116
+
115
117
| defaultConfiguration.log4j-operator.properties | The default configuration of log4j-operator.properties. ||
116
118
| defaultConfiguration.log4j-console.properties | The default configuration of log4j-console.properties. ||
117
119
| metrics.port | The metrics port on the container for default configuration. ||
0 commit comments