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

Ayub Pathan updated YUNIKORN-244:
---------------------------------
    Description: 
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}

  was:
Introduce  _ImagePullSecrets_ variable in the values.yaml template for any 
private docker repositories.
{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}


> 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
>
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to