Commit Graph

5 Commits

Author SHA1 Message Date
Kuba Tużnik 879c6a84a4 DRA: migrate all of CA to use the new internal NodeInfo/PodInfo
The new wrapper types should behave like the direct schedulerframework
types for most purposes, so most of the migration is just changing
the imported package.

Constructors look a bit different, so they have to be adapted -
mostly in test code. Accesses to the Pods field have to be changed
to a method call.

After this, the schedulerframework types are only used in the new
wrappers, and in the parts of simulator/ that directly interact with
the scheduler framework. The rest of CA codebase operates on the new
wrapper types.
2024-11-05 16:43:43 +01:00
Neil Wilson 11a0ee688d
cluster-autoscaler: support additional Brightbox server groups
cluster-autoscaler/cloudprovider/brightbox

Allows autoscaled servers to be members of further server groups
in addition to the default and the scaling group.
2023-02-06 14:03:29 +00:00
Neil Wilson 2932b32b97
Restore "Brightbox cluster autoscaler provider""
This reverts commit 1e3ecc8573.
2021-10-20 13:57:35 +01:00
BigDarkClown 1e3ecc8573
Revert "Brightbox cluster autoscaler provider" 2021-10-20 13:36:52 +02:00
Neil Wilson 6da6423543
Cluster Autoscaler Brightbox Cloud Provider
This is the independent code for the provider plugin
2021-09-20 14:39:24 +01:00