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 ionoscloud_dataplatform_node_pool autoscaling configuration #719

Closed
lucabtg opened this issue Nov 29, 2024 · 4 comments · Fixed by #726
Closed

Add ionoscloud_dataplatform_node_pool autoscaling configuration #719

lucabtg opened this issue Nov 29, 2024 · 4 comments · Fixed by #726
Assignees
Labels
enhancement New feature or request

Comments

@lucabtg
Copy link

lucabtg commented Nov 29, 2024

Current Provider Version

6.6.3

Use-cases

Autoscaling is enabled for Dataplatform Node Pools in the IONOS DCD, however it can't be configured on infrastructure managed by terraform (ionoscloud_dataplatform_node_pool) at the moment.

Attempted Solutions

/

Proposal

ionoscloud_k8s_node_pool resources can be configured with autoscaling using the auto_scaling block and min_node_count/max_node_count arguments already, so we would expect the solution to look similar to this:

resource "ionoscloud_dataplatform_node_pool" "example" {
  ...
  auto_scaling {
    min_node_count = 1
    max_node_count = 2
  }
}

References

/

@lucabtg lucabtg added the enhancement New feature or request label Nov 29, 2024
@cristiGuranIonos
Copy link
Collaborator

Thanks, we will investigate.

@lucabtg
Copy link
Author

lucabtg commented Dec 10, 2024

Any updates on this already? 🙂 There seems to be no other way for us to use autoscaling in our dataplatform clusters currently.

@cristiGuranIonos
Copy link
Collaborator

We had some problems with the API, but we are currently no longer blocked so we have started work on the implementation.

@cristiGuranIonos
Copy link
Collaborator

should be fixed in https://github.com/ionos-cloud/terraform-provider-ionoscloud/releases/tag/v6.6.8. Please re-open if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants