[Feature] Update machinedeployments list dynamically #29
Labels
kind/enhancement
Enhancement, improvement, extension
lifecycle/icebox
Temporarily on hold (will not age; may have dependencies, lack priority, miss feedback, etc.)
lifecycle/rotten
Nobody worked on this for 12 months (final aging stage)
needs/documentation
Needs (more) documentation
needs/update-doc
Needs updation of doc/ FAQ so customers are aware of this
Based on https://github.com/gardener/autoscaler/blob/machine-controller-manager/cluster-autoscaler/cloudprovider/mcm/mcm_cloud_provider.go#L155
Cluster-autoscaler with mcm provider do not implement autodiscovery of machinedeployments,
Min
,Max
andautoscaling
:true
fields could be created in MCM to allow CA to get all machines deployment with autoscaling enabled.Also when the static list is used, a check should be added make sure the machinedeployment exists. The refresh function will refresh the list from time to time.
For the moment if you define a machinedeployment as parameter to CA and this one do not exist the CA autoscaler will stop scaling the cluster even if some other machinedeployments are available for scaling.
The text was updated successfully, but these errors were encountered: