volatilemolotov commented on code in PR #30847:
URL: https://github.com/apache/beam/pull/30847#discussion_r1575898958
##########
.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:
This way we ensure its fresh each time which is easier then to maintain a
kafka instance and make sure it does not break between different tests. We
could delete topics but still there could be issues.
--
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]