Yang Wang created FLINK-22158: --------------------------------- Summary: Test native Kubernetes pod template Key: FLINK-22158 URL: https://issues.apache.org/jira/browse/FLINK-22158 Project: Flink Issue Type: Test Components: Deployment / Kubernetes Affects Versions: 1.13.0 Reporter: Yang Wang Fix For: 1.13.0
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]. [1]. https://ci.apache.org/projects/flink/flink-docs-master/docs/deployment/resource-providers/native_kubernetes/#pod-template -- This message was sent by Atlassian Jira (v8.3.4#803005)