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

✨ Add support for autoscaling from zero #272

Merged
merged 1 commit into from
Aug 30, 2022

Conversation

janiskemper
Copy link
Contributor

What type of PR is this?
/kind feature

What this PR does / why we need it:
This commit introduces support for autoscaling from zero
(https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20210310-opt-in-autoscaling-from-zero.md)
for HCloud servers.

We introduce a struct indicating the capacity of machines in the status
of HCloudMachineTemplate. To reconcile this, we have a new controller
for HCloudMachineTemplates.

TODOs:

  • squashed commits
  • includes documentation
  • adds unit tests

@janiskemper janiskemper force-pushed the feature/autoscaling-from-zero branch 5 times, most recently from 9fe396b to f8cda81 Compare August 30, 2022 10:07
This commit introduces support for autoscaling from zero
(https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20210310-opt-in-autoscaling-from-zero.md)
for HCloud servers.

We introduce a struct indicating the capacity of machines in the status
of HCloudMachineTemplate. To reconcile this, we have a new controller
for HCloudMachineTemplates.
@janiskemper janiskemper force-pushed the feature/autoscaling-from-zero branch from f8cda81 to d8079af Compare August 30, 2022 10:22
@batistein batistein merged commit 60ba3c8 into main Aug 30, 2022
@batistein batistein deleted the feature/autoscaling-from-zero branch August 30, 2022 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants