Boris Lublinsky created FLINK-20324:
---------------------------------------
Summary: Support customizing of containers for native kubernetes setup
Key: FLINK-20324
URL:
https://issues.apache.org/jira/browse/FLINK-20324 Project: Flink
Issue Type: Improvement
Components: Deployment / Kubernetes
Affects Versions: 1.11.2
Environment: Kubernetes
Reporter: Boris Lublinsky
Fix For: 1.12.0, 1.11.2
A common requirement for Flink applications is usage of custom resources (Environment variables, PVCs, Secrets, configMaps, etc). For example, usage of NFS-based checkpointing, require mounting NFS volumes, access to databases might require environment variables and secrets, etc.
An implementation of such support is provided in this pull requestÂ
https://github.com/apache/flink/pull/14005--
This message was sent by Atlassian Jira
(v8.3.4#803005)