-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixed #256. added runtimeClassName and fixed incorrect placement of nodeSelector #259
fixed #256. added runtimeClassName and fixed incorrect placement of nodeSelector #259
Conversation
nodeSelector was incorrectly placed under the container. moved it to pod spec added runtimeClassName to the pod spec to select specific GPU nodes.
Can you pls re-run |
CI still failing on helm-docs, this is really weird but it looks, there are some space/newline differences from helm-docs autogeneration script. What version of helm-docs are you using to generate readme? |
First tried helm-docs version 1.11.3 on windows |
Hang on, you are including in PR files from helm-docs also for other charts than just clearml-serving. I didn't noticed it immediately, pls remove these ones from PR and it should be good |
…ithub.com/stephanbertl/clearml-helm-charts into fix-serving-nodeselector-runtimeclassname
…ithub.com/stephanbertl/clearml-helm-charts into fix-serving-nodeselector-runtimeclassname
Ok, I fixed them for you, let's see if CI si good now. |
What this PR does / why we need it:
nodeSelector was incorrectly placed under the container. moved it to pod spec
added runtimeClassName to the pod spec to select specific GPU nodes.
Checklist
CONTRIBUTING.md
guide (required)helm lint
(required)version
inChart.yaml
according semver rules (required)annotations
section inChart.yaml
annotating implementations (useful for Artifecthub changelog) (required)Which issue(s) this PR fixes:
Fixes #256
Special notes for your reviewer: