gardener / autoscaler

Customised fork of cluster-autoscaler to support machine-controller-manager
Apache License 2.0
16 stars 25 forks source link

support ephemeral-storage and custom extended resouces #311

Closed elankath closed 2 weeks ago

elankath commented 4 months ago

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 the MachineClass.NodeTemplate . Only the standard cpu, gpu and memory 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:

Support ephemeral-storage and extended resources specified in MachineClass Node Template
elankath commented 4 months 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.

elankath commented 2 weeks ago

Closed in favour of https://github.com/gardener/autoscaler/pull/334