Details
-
Improvement
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
1.13.0
Description
Flink allows users to define the JobManager and TaskManager pods via template files. This allows to support advanced features(e.g. init-container, sidecar container, volume mount, etc.) that are not supported by Flink Kubernetes config options directly. Use kubernetes.pod-template-file to specify a local file that contains the pod definition. It will be used to initialize the JobManager and TaskManager.
The documentation about how to start a session/application cluster with pod template could be found here[1].
Attachments
Issue Links
- is related to
-
FLINK-15656 Support user-specified pod templates
- Closed