Closed elankath closed 2 weeks ago
NOTE: This PR is in the process of being changed to support custom extended resources (not only ephemeral-storage
) for supporting Pod specs with custom resources
in all scaling cases. (not just scale-from-zero). This is currently WIP.
Closed in favour of https://github.com/gardener/autoscaler/pull/334
What this PR does / why we need it:
Right now in scale-from-zero cases, the autoscaler does not respect
ephemeral-storage
extended resource specified in theMachineClass.NodeTemplate
. Only the standardcpu
,gpu
andmemory
are picked up. Neither is there any support for custom extended resource which are fully ignored presently.Which issue(s) this PR fixes: Fixes #132
Special notes for your reviewer:
Release note: