You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@yunikorn.apache.org by GitBox <gi...@apache.org> on 2021/08/04 00:30:23 UTC

[GitHub] [incubator-yunikorn-release] ronazhan opened a new pull request #46: [YUNIKORN-778] Add nodeSelector as configurable value in helm chart

ronazhan opened a new pull request #46:
URL: https://github.com/apache/incubator-yunikorn-release/pull/46


   Issue: [YUNIKORN-778](https://issues.apache.org/jira/browse/YUNIKORN-778)
   
   This PR adds a nodeSelector field to the deployment.yaml template. If there are nodeSelector fields defined in values.yaml, all key/value pairs will be added to the deployment template. For example:
   ```
   resources:
     requests:
       cpu: 200m
       memory: 1Gi
     limits:
       cpu: 4
       memory: 2Gi
   
   nodeSelector:
     kubernetes.io/hostname: worker-01
     beta.kubernetes.io/arch: amd64
   ```
   
   This has been tested using 0-2 nodeSelector fields. An example deployment file generated by `helm template --debug` is attached: [deployment.yaml](https://github.com/apache/incubator-yunikorn-release/files/6927734/tmp.txt)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@yunikorn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [incubator-yunikorn-release] yangwwei merged pull request #46: [YUNIKORN-778] Add nodeSelector as configurable value in helm chart

Posted by GitBox <gi...@apache.org>.
yangwwei merged pull request #46:
URL: https://github.com/apache/incubator-yunikorn-release/pull/46


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@yunikorn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [incubator-yunikorn-release] yangwwei merged pull request #46: [YUNIKORN-778] Add nodeSelector as configurable value in helm chart

Posted by GitBox <gi...@apache.org>.
yangwwei merged pull request #46:
URL: https://github.com/apache/incubator-yunikorn-release/pull/46


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@yunikorn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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