mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Oct 25 11:42:23 UTC 2023
This commit is contained in:
parent
a15665661a
commit
d34c41a2ce
305 changed files with 5549 additions and 699 deletions
|
|
@ -6,13 +6,15 @@ SYNOPSIS
|
|||
gcloud composer environments create (ENVIRONMENT : --location=LOCATION)
|
||||
[--airflow-configs=[KEY=VALUE,...]] [--async]
|
||||
[--cloud-sql-machine-type=CLOUD_SQL_MACHINE_TYPE]
|
||||
[--cloud-sql-preferred-zone=CLOUD_SQL_PREFERRED_ZONE]
|
||||
[--disk-size=DISK_SIZE] [--enable-high-resilience]
|
||||
[--env-variables=[NAME=VALUE,...]]
|
||||
[--environment-size=ENVIRONMENT_SIZE] [--labels=[KEY=VALUE,...]]
|
||||
[--machine-type=MACHINE_TYPE] [--node-count=NODE_COUNT]
|
||||
[--oauth-scopes=[SCOPE,...]] [--python-version=PYTHON_VERSION]
|
||||
[--service-account=SERVICE_ACCOUNT] [--tags=[TAG,...]]
|
||||
[--web-server-machine-type=WEB_SERVER_MACHINE_TYPE] [--zone=ZONE]
|
||||
[--service-account=SERVICE_ACCOUNT] [--storage-bucket=STORAGE_BUCKET]
|
||||
[--tags=[TAG,...]] [--web-server-machine-type=WEB_SERVER_MACHINE_TYPE]
|
||||
[--zone=ZONE]
|
||||
[--airflow-version=AIRFLOW_VERSION | --image-version=IMAGE_VERSION]
|
||||
[--cloud-sql-ipv4-cidr=CLOUD_SQL_IPV4_CIDR
|
||||
--composer-network-ipv4-cidr=COMPOSER_NETWORK_IPV4_CIDR
|
||||
|
|
@ -118,6 +120,9 @@ FLAGS
|
|||
available machine types is available here:
|
||||
https://cloud.google.com/composer/pricing#db-machine-types.
|
||||
|
||||
--cloud-sql-preferred-zone=CLOUD_SQL_PREFERRED_ZONE
|
||||
Select cloud sql preferred zone, supported for Composer 2 Environments.
|
||||
|
||||
--disk-size=DISK_SIZE
|
||||
The disk size for each VM node in the environment. The minimum size is
|
||||
20GB, and the maximum is 64TB. Specified value must be an integer
|
||||
|
|
@ -176,6 +181,10 @@ FLAGS
|
|||
If a service account is not specified, the "default" Compute Engine
|
||||
service account for the project is used. Cannot be updated.
|
||||
|
||||
--storage-bucket=STORAGE_BUCKET
|
||||
Name of an exisiting Cloud Storage bucket to be used by the
|
||||
environment. Supported only for Composer 2.4.X and above.
|
||||
|
||||
--tags=[TAG,...]
|
||||
The set of instance tags applied to all node VMs. Tags are used to
|
||||
identify valid sources or targets for network firewalls. Each tag
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue