surendralilhore opened a new pull request, #24428: URL: https://github.com/apache/flink/pull/24428
Flink Kubernetes client currently supports a fixed number of files (flink-conf.yaml, logback-console.xml, log4j-console.properties) in the JM and TM Pod ConfigMap. In certain scenarios, particularly in app mode, additional configuration files are required for jobs to run successfully. Presently, users must resort to workarounds to include dynamic configuration files in the JM and TM. This proposed improvement allows users to easily add extra files by configuring the 'kubernetes.flink.configmap.additional.resources' property. Users can provide a semicolon-separated list of local files in the client Flink config directory that should be included in the Flink ConfigMap. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
