volatilemolotov commented on code in PR #26965: URL: https://github.com/apache/beam/pull/26965#discussion_r1213250122
########## .github/gh-actions-self-hosted-runners/arc/README.md: ########## @@ -49,15 +51,22 @@ deploy_webhook = "false" # Terraform to dep max_main_replicas = "2" # Max number of runner PODs . Do not confuse with Nodes min_main_replicas = "1" # Min number of runner PODs . Do not confuse with Nodes webhook_scaling = "false" # Enable webhook scaling. When disabled runner busy percentage is used +#state_bucket_name = "state_bucket_name" # Not used by terraform. This is just to reference what bucket is used for others ``` +5. Make sure you set the bucket name in the comment in the environment file for documentation purposes -4. Create a google bucket for storing the terraform state. Make sure you disable public access and allow your account to access it. +6. Create a google bucket for storing the terraform state. Make sure you disable public access and allow your account to access it. Review Comment: Its a oversight. Fixed now -- 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]
