volatilemolotov commented on code in PR #30847:
URL: https://github.com/apache/beam/pull/30847#discussion_r1575061041
##########
.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 need a predictable name so we dont have to change x number of workflows
each time we redeploy for any reason. I would like to keep it this way
--
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]