damondouglas commented on code in PR #30847:
URL: https://github.com/apache/beam/pull/30847#discussion_r1575513192


##########
.test-infra/terraform/google-cloud-platform/google-kubernetes-engine/variables.tf:
##########
@@ -31,11 +31,27 @@ variable "cluster_name_prefix" {
   description = "The prefix to assign the provisioned Google Kubernetes Engine 
(GKE) cluster; a random string is appended to this value"
 }
 
+variable "cluster_name_override" {
+  type = string
+  description = "Use this to override naming and omit the postfix. Leave empty 
to use prefix-suffix format"
+  default = ""
+}
+

Review Comment:
   We've had flakey tests in this repository due to waiting on spinning up new 
clusters.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to