You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "liuzhuo (Jira)" <ji...@apache.org> on 2022/03/29 03:17:00 UTC

[jira] [Created] (FLINK-26897) Provide an additional way to add dependency files to k8s

liuzhuo created FLINK-26897:
-------------------------------

             Summary: Provide an additional way to add dependency files to k8s
                 Key: FLINK-26897
                 URL: https://issues.apache.org/jira/browse/FLINK-26897
             Project: Flink
          Issue Type: New Feature
          Components: Deployment / Kubernetes
            Reporter: liuzhuo


In the yarn environment, we can submit the dependency files of the task through the parameter of 'yarn.ship-files', but in two modes of k8s:
1.Application mode: dependencies must be put into the image, resulting in different images for each different task
2.Session mode: No relevant parameters have been found to add dependent files

Do we need to provide a way to add some dependencies of the task itself when the job is submitted in session mode?



--
This message was sent by Atlassian Jira
(v8.20.1#820001)