-
Notifications
You must be signed in to change notification settings - Fork 97
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
support extended resources in providerConfig.nodeTemplate, inherit core resources from pool.nodeTemplate #1010
Conversation
@kon-angelo could you review this ? I would also like add additional unit test(s). But I need the unit test to check |
@voelzmo this PR will be updated to latest changes and feedback next week and sent for re-review. |
@elankath You need rebase this pull request with latest master branch. Please check. |
This PR is now re-based with latest changes and now simplified. Sorry for delay. |
Re-based with latest changed and simplified. |
@kon-angelo I would like to make worker.workerDelegate type as exported ie make it |
/assign @kon-angelo Can you take a look to see if this is OK or requires changes ? |
/assign @kon-angelo |
How to categorize this PR?
/area auto-scaling
/kind enhancement
/platform aws
What this PR does / why we need it:
Permit specification of custom extended resources in the
worker.providerConfig.nodeTemplate
without needing to explicitly re-specify core resources such ascpu
,gpu
,memory
for the machine type again.Which issue(s) this PR fixes:
Fixes #1009
Special notes for your reviewer:
Release note: