Skip to content

Commit d9d8d45

Browse files
committed
add commentabout cluster location
1 parent 2602579 commit d9d8d45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

composer/workflows/gke_operator.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
# [START composer_gkeoperator_fullconfig]
4141
# TODO(developer): update with your values
4242
PROJECT_ID = "my-project-id"
43+
# It is recommended to use regional clusters for increased reliability
44+
# though passing a zone in the location parameter is also valid
4345
CLUSTER_REGION = "us-west1"
4446
CLUSTER_NAME = "example-cluster"
4547
# [END composer_gkeoperator_minconfig]

0 commit comments

Comments
 (0)