lukecwik commented on a change in pull request #15187:
URL: https://github.com/apache/beam/pull/15187#discussion_r687015011
##########
File path: .test-infra/jenkins/job_PerformanceTests_KafkaIO_IT.groovy
##########
@@ -38,6 +38,19 @@ job(jobName) {
(0..2).each { k8s.loadBalancerIP("outside-$it", "KAFKA_BROKER_$it") }
Review comment:
You should be able to pass in additional parameters into the
Kubernetes.create call since it invokes kubectl
See
https://stackoverflow.com/questions/60449786/how-to-pass-command-line-argument-to-kubectl-create-command
Alternatively you might be able to let the loadbalancer choose the external
port number and then get it via a `kubectl get services` or `kubectl describe
services` command.
--
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]