You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Canbin Zheng (Jira)" <ji...@apache.org> on 2020/01/19 03:40:00 UTC

[jira] [Created] (FLINK-15652) Support for imagePullSecrets k8s option

Canbin Zheng created FLINK-15652:
------------------------------------

             Summary: Support for imagePullSecrets k8s option
                 Key: FLINK-15652
                 URL: https://issues.apache.org/jira/browse/FLINK-15652
             Project: Flink
          Issue Type: New Feature
          Components: Deployment / Kubernetes
            Reporter: Canbin Zheng


It's likely that one would pull images from the private image registry, credentials can be passed with the Pod specification through the `imagePullSecrets` parameter,
which refers to the k8s secret by name. Implementation wise we expose a new configuration option to the users and then pass it along to the K8S.



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