You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/08/11 17:01:11 UTC

[GitHub] [beam] lukecwik commented on a change in pull request #15187: [DO NOT MERGE/REVIEW] Pick random ports for KafkaIO_IT.

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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org