We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 possibility to create nodepools from specific reservation
https://cloud.google.com/kubernetes-engine/docs/how-to/consuming-reservations#specific https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster#nested_reservation_affinity
Add possibility to request specific reservations in nodepools like Hashicorp Terraform provider for Google Cloud node_config { machine_type = "e2-medium" reservation_affinity { consume_reservation_type = "SPECIFIC_RESERVATION" key = "compute.googleapis.com/reservation-name" values = [google_compute_reservation.specific_reservation.name] } }
### Additional information _No response_
The text was updated successfully, but these errors were encountered:
This would help our project as well! Our nodes require capacity reservations to be hit.
Sorry, something went wrong.
Ill try to take a look at this in the upcoming week
Successfully merging a pull request may close this issue.
TL;DR
Add possibility to create nodepools from specific reservation
Terraform Resources
Detailed design
The text was updated successfully, but these errors were encountered: