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

fix: auto_provisioning_defaults is not really optional #2051

Merged
merged 1 commit into from Feb 6, 2024

Conversation

kumadee
Copy link
Contributor

@kumadee kumadee commented Feb 5, 2024

Due to the disk_type validation for auto provision node pool, this module always forced to create a GKE standard cluster with a auto provisioned node pool. This is not desirable if you manage pools separately like using the gke-nodepool.

With this change it is not required to specify auto_provisioning_defaults in var.cluster_autoscaling.


Checklist

I applicable, I acknowledge that I have:

  • Read the contributing guide
  • Ran terraform fmt on all modified files
  • Regenerated the relevant README.md files using tools/tfdoc.py
  • Made sure all relevant tests pass

Due to the disk_type validation for auto provision node pool,
this module always forced to create a GKE standard cluster
with a auto provisioned node pool. This is not desirable if
you manage pools separately like using the `gke-nodepool`.
@juliocc juliocc merged commit 27e503a into GoogleCloudPlatform:master Feb 6, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants