[
https://issues.apache.org/jira/browse/SPARK-23668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16498348#comment-16498348
]
Apache Spark commented on SPARK-23668:
--------------------------------------
User 'liyinan926' has created a pull request for this issue:
https://github.com/apache/spark/pull/21480
> Support for imagePullSecrets k8s option
> ---------------------------------------
>
> Key: SPARK-23668
> URL: https://issues.apache.org/jira/browse/SPARK-23668
> Project: Spark
> Issue Type: Improvement
> Components: Kubernetes
> Affects Versions: 2.3.0
> Reporter: Andrew Korzhuev
> Assignee: Andrew Korzhuev
> Priority: Minor
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> In enterprise setting it's likely that image registry k8s pulling images from
> is private.
> Credentials can be passed with the Pod specification through the
> `imagePullSecrets` parameter, which refers to the k8s secret by name (see
> [https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/]
> ).
> Implementation wise we only need to expose configuration option to a user and
> then pass it along to the k8s.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]