rshamunov commented on code in PR #25994: URL: https://github.com/apache/beam/pull/25994#discussion_r1170046333
########## playground/terraform/README.md: ########## @@ -53,29 +54,37 @@ Ensure that the account has at least following privileges: * [Docker](https://docs.docker.com/engine/install/) * [Terraform](https://www.terraform.io/downloads) * [gcloud CLI](https://cloud.google.com/sdk/docs/install-sdk) +* [Kubectl authentication](https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke) 6. Apache Beam Git repository cloned locally # Prepare deployment configuration: -Playground uses `terraform.tfvars` located in `playground/terraform/environment/environment_name` to define variables specific to an environment (e.g., prod, test, staging).<br> -1. Create a folder (further referred as `environment_name`) to define a new environment and place configuration files into it: +Playground uses `terraform.tfvars` located in `playground/terraform/environment/<environment_name>` to define variables specific to an environment (e.g., prod, test, staging).<br> +1. Create a folder (further referred as <environment_name>) to define a new environment and place configuration files into it: * `terraform.tfvars` environment variables: ``` -project_id = "project_id" #GCP Project ID -network_name = "network_name" #GCP VPC Network Name for Playground deployment -gke_name = "playground-backend" #Playground GKE Cluster name -region = "us-east1" #Set the deployment region -location = "us-east1-b" #Select the deployment location from available in the specified region -state_bucket = "bucket_name" #GCS bucket name for Beam Playground temp files -redis_name = "playground_redis" #Choose the name for redis instance -min_count = 2 #Min node count for GKE cluster -max_count = 6 #Max node count for GKE cluster +project_id = "project_id" # GCP Project ID +network_name = "playground-network" # GCP VPC Network Name for Playground deployment Review Comment: Alignment amended -- 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]
