[ https://issues.apache.org/jira/browse/SPARK-23668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anirudh Ramanathan resolved SPARK-23668.
----------------------------------------
Resolution: Fixed
> 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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org
|