You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Yang Wang (Jira)" <ji...@apache.org> on 2020/05/16 09:05:00 UTC

[jira] [Commented] (FLINK-15649) Support mounting volumes

    [ https://issues.apache.org/jira/browse/FLINK-15649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17108939#comment-17108939 ] 

Yang Wang commented on FLINK-15649:
-----------------------------------

Maybe we need to increase the priority for this feature. Following the latest document[1], we suggest our users to mount a directory to get the user jars and dependencies. It seems to be burden for native K8s integration.

In the future, we will have three ways for getting the user jars in JobManager and TaskManager.
 * Baked in the docker image
 * Use init-container to download the user jars
 * Volume mount(e.g. hostpath, persistent volume)

 

cc [~chesnay]

 

[1]. [https://ci.apache.org/projects/flink/flink-docs-master/ops/deployment/docker.html#start-a-job-cluster]

> Support mounting volumes 
> -------------------------
>
>                 Key: FLINK-15649
>                 URL: https://issues.apache.org/jira/browse/FLINK-15649
>             Project: Flink
>          Issue Type: New Feature
>          Components: Deployment / Kubernetes
>            Reporter: Canbin Zheng
>            Priority: Major
>
> Add support for mounting K8S volumes, including emptydir, hostpath, pv etc.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)