We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2602579 commit d9d8d45Copy full SHA for d9d8d45
composer/workflows/gke_operator.py
@@ -40,6 +40,8 @@
40
# [START composer_gkeoperator_fullconfig]
41
# TODO(developer): update with your values
42
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
45
CLUSTER_REGION = "us-west1"
46
CLUSTER_NAME = "example-cluster"
47
# [END composer_gkeoperator_minconfig]
0 commit comments