Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

native support for autoscaling from zero #4771

Open
mweibel opened this issue Apr 24, 2024 · 0 comments
Open

native support for autoscaling from zero #4771

mweibel opened this issue Apr 24, 2024 · 0 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Milestone

Comments

@mweibel
Copy link
Contributor

mweibel commented Apr 24, 2024

/kind feature

Describe the solution you'd like
I'd like to see native support for cluster autoscaler scale from zero.

This would require adding the following status properties to the status properties of AzureMachinePool and AzureMachineTemplate:

    Capacity corev1.ResourceList `json:"capacity,omitempty"`

Which would need to be setup based on the instance type.

Environment:

  • cluster-api-provider-azure version: 1.14.2
  • Kubernetes version: (use kubectl version): 1.28.5
  • OS (e.g. from /etc/os-release): linux/windows
@k8s-ci-robot k8s-ci-robot added the kind/feature Categorizes issue or PR as related to a new feature. label Apr 24, 2024
@nawazkh nawazkh added this to the next milestone May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
Status: No status
Development

No branches or pull requests

3 participants