Permit specification of custom extended resources in the worker.providerConfig.nodeTemplate without needing to explicitly re-specify core resources such as cpu, gpu, memory for the machine type again.
Why is this needed:
This is needed for support of https://github.com/gardener/autoscaler/issues/132. This will permit stakeholders to have custom extended resources associated with Nodes, thus permitting Pods specs with requests for these custom extended resources and leveraging the scheduling support by the kube-scheduler
How to categorize this issue?
/area auto-scaling /kind enhancement /platform aws
What would you like to be added:
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.Why is this needed: This is needed for support of https://github.com/gardener/autoscaler/issues/132. This will permit stakeholders to have custom extended resources associated with
Nodes
, thus permittingPods
specs with requests for these custom extended resources and leveraging the scheduling support by thekube-scheduler
(see HANA-27484 for extended details)