You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "rshamunov (via GitHub)" <gi...@apache.org> on 2023/04/18 07:21:41 UTC

[GitHub] [beam] rshamunov commented on a diff in pull request #25994: Update of GKE deployment

rshamunov commented on code in PR #25994:
URL: https://github.com/apache/beam/pull/25994#discussion_r1169602654


##########
playground/terraform/README.md:
##########
@@ -64,22 +64,22 @@ Playground uses `terraform.tfvars` located in `playground/terraform/environment/
 
 * `terraform.tfvars` environment variables:
 ```
-project_id           = "project_id"          # GCP Project ID
-network_name         = "playground-network"        # GCP VPC Network Name for Playground deployment
-subnetwork_name      = "playground-subnetwork"  # GCP VPC Subnetwork Name for Playground deployment
-gke_name             = "playground-backend"  # Playground GKE Cluster name
-region               = "us-east1"            # Deployment region for all created resources
-zone                 = "us-east1-b"          # Deployment zone in the specified region
-state_bucket         = "playground-state-bucket"         # GCS bucket name for Terraform state file. The bucket must be created manually before deployment
-redis_name           = "playground-redis"    # Name for Redis instance
-redis_tier           = "BASIC"               # Redis tier type. Options: "Basic" or "Standard_HA". Default: "BASIC"
-min_count            = 2                     # Min node count for the GKE cluster
-max_count            = 6                     # Max node count for the GKE cluster
-app_engine_flag      = true                  # AppEngine flag - defined if AppEngine and Datastore need to be installed. Should be "false" if AppEngine and Datastore were installed before
-ip-address-name      = "playground-static-ip"       # GCP Static IP Address name
-repository_id        = "playground-artifacts"      # GCP Artifact repository name for Playground images
-service_account_id   = "playground-gke-account" # GCP Service account name
-gke_machine_type     = "e2-standard-8"       # Machine type for GKE Nodes
+project_id           = "project_id"               # GCP Project ID
+network_name         = "playground-network"       # GCP VPC Network Name for Playground deployment
+subnetwork_name      = "playground-subnetwork"    # GCP VPC Subnetwork Name for Playground deployment
+gke_name             = "playground-backend"       # Playground GKE Cluster name
+region               = "us-east1"                 # Deployment region for all created resources
+zone                 = "us-east1-b"               # Deployment zone in the specified region
+state_bucket         = "playground-state-bucket"  # GCS bucket name for Terraform state file. The bucket must be created manually before deployment
+redis_name           = "playground-redis"         # Name for Redis instance
+redis_tier           = "BASIC"                    # Redis tier type. Options: "Basic" or "Standard_HA". Default: "BASIC"
+min_count            = 2                          # Min node count for the GKE cluster
+max_count            = 6                          # Max node count for the GKE cluster
+app_engine_flag      = true                       # AppEngine flag - defined if AppEngine and Datastore need to be installed. Should be "false" if AppEngine and Datastore were installed before

Review Comment:
   skip_appengine_deploy 



-- 
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