You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README usage blocks for both the beta-autopilot-private-cluster and beta-autopilot-public-cluster modules have outdated inputs. The filestore_csi_driver and enable_autopilot arguments shown are not found within variables.tf.
In addition, I believe the enable_vertical_pod_autoscaling variable should be enabled in the usage block otherwise the Autopilot cluster will error at creation time with: Error 400: Autopilot clusters require vertical pod autoscaler to be enabled., badRequest.
I noticed this too, I think enable_autopilot is there for the eventual merge of the beta into main. I do think the module is also missing support for node service accounts, which are supposed to work in Autopilot according to: hashicorp/terraform-provider-google#9505
TL;DR
The README usage blocks for both the
beta-autopilot-private-cluster
andbeta-autopilot-public-cluster
modules have outdated inputs. Thefilestore_csi_driver
andenable_autopilot
arguments shown are not found withinvariables.tf
.In addition, I believe the
enable_vertical_pod_autoscaling
variable should be enabled in the usage block otherwise the Autopilot cluster will error at creation time with:Error 400: Autopilot clusters require vertical pod autoscaler to be enabled., badRequest
.Expected behavior
No response
Observed behavior
No response
Terraform Configuration
Terraform Version
Additional information
No response
The text was updated successfully, but these errors were encountered: