You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@yunikorn.apache.org by "Weiwei Yang (Jira)" <ji...@apache.org> on 2020/06/23 02:37:00 UTC

[jira] [Resolved] (YUNIKORN-244) Introduce ImagePullSecrets in values.yaml of helm charts

     [ https://issues.apache.org/jira/browse/YUNIKORN-244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Weiwei Yang resolved YUNIKORN-244.
----------------------------------
    Fix Version/s: 0.9
       Resolution: Fixed

> Introduce ImagePullSecrets in values.yaml of helm charts
> --------------------------------------------------------
>
>                 Key: YUNIKORN-244
>                 URL: https://issues.apache.org/jira/browse/YUNIKORN-244
>             Project: Apache YuniKorn
>          Issue Type: Bug
>          Components: release
>            Reporter: Ayub Pathan
>            Assignee: Ayub Pathan
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.9
>
>
> Introduce  _ImagePullSecrets_ variable in the values.yaml template for any private docker repositories. With current helm charts, there is no way to specify the docker secrets to the pods. 
> {noformat}
> # This is a YAML-formatted file.
> # Declare variables to be passed into your templates.
> replicaCount: 1
> ImagePullSecrets:
> serviceAccount: yunikorn-admin
> image:
>   repository: apache/yunikorn
>   tag: scheduler-0.9.0
>   pullPolicy: Always
> web_image:
>   repository: apache/yunikorn
>   tag: web-0.9.0
>   pullPolicy: Always
> service:
>   type: LoadBalancer
>   port: 9080
>   port_web: 9889
> resources:
>   requests:
>     cpu: 200m
>     memory: 1Gi
>   limits:
>     cpu: 4
>     memory: 2Gi
>  {noformat}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: dev-help@yunikorn.apache.org