volatilemolotov commented on code in PR #28416:
URL: https://github.com/apache/beam/pull/28416#discussion_r1323379472
##########
.github/gh-actions-self-hosted-runners/arc/environments/beam.env:
##########
@@ -34,9 +34,9 @@ main_runner = {
runner_image =
"us-central1-docker.pkg.dev/apache-beam-testing/beam-github-actions/beam-arc-runner:60d397ecfbd2b10a1929615c70d500eb71a2c053"
machine_type = "e2-standard-16"
min_node_count = "1"
- max_node_count = "16"
+ max_node_count = "24"
min_replicas = "1"
- max_replicas = "128"
+ max_replicas = "200"
Review Comment:
Ill add the docs explanation but its basically how requests work in
kubernetes. Ill also link appropriate docs to see what is possible
--
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]