1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00

gcloud: Wed Dec 11 10:18:23 UTC 2024

This commit is contained in:
Automated 2024-12-11 10:18:23 +00:00
parent ad2752c6c9
commit ec6dc40f99
493 changed files with 17655 additions and 1753 deletions

View file

@ -24,7 +24,7 @@ SYNOPSIS
default="RELEASE_CHANNEL_UNSPECIFIED"]
[--services-ipv4-cidr=SERVICES_IPV4_CIDR; default="10.96.0.0/12"]
[--system-addons-config=SYSTEM_ADDONS_CONFIG] [--version=VERSION]
[GCLOUD_WIDE_FLAG ...]
[--zone-storage-kms-key=ZONE_STORAGE_KMS_KEY] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Create an Edge Container cluster.
@ -192,6 +192,15 @@ FLAGS
--version=VERSION
Target cluster version. For example: "1.5.0".
--zone-storage-kms-key=ZONE_STORAGE_KMS_KEY
Google Cloud KMS key that will be used to encrypt and decrypt the root
key for zone storage encryption. The zone storage KMS key is only
applicable to the storage infra cluster. The Edge Container service
account for this project must have
roles/cloudkms.cryptoKeyEncrypterDecrypter on the key.
If not provided, a Google-managed key will be used by default.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,

View file

@ -8,7 +8,8 @@ SYNOPSIS
[--release-channel=RELEASE_CHANNEL]
[--clear-maintenance-window
| --remove-maintenance-exclusion-window=REMOVE_MAINTENANCE_EXCLUSION_WINDOW | --add-maintenance-exclusion-end=ADD_MAINTENANCE_EXCLUSION_END --add-maintenance-exclusion-name=ADD_MAINTENANCE_EXCLUSION_NAME --add-maintenance-exclusion-start=ADD_MAINTENANCE_EXCLUSION_START | --maintenance-window-end=MAINTENANCE_WINDOW_END --maintenance-window-recurrence=MAINTENANCE_WINDOW_RECURRENCE --maintenance-window-start=MAINTENANCE_WINDOW_START]
[GCLOUD_WIDE_FLAG ...]
[--use-google-managed-zone-key
| --zone-storage-kms-key=ZONE_STORAGE_KMS_KEY] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Update an Edge Container cluster.
@ -122,6 +123,14 @@ FLAGS
3339 (https://www.ietf.org/rfc/rfc3339.txt) format. E.g.
"2021-01-01T00:00:00Z" or "2021-01-01T00:00:00-05:00"
At most one of these can be specified:
--use-google-managed-zone-key
If set, use Google managed key for zone storage encryption.
--zone-storage-kms-key=ZONE_STORAGE_KMS_KEY
If set, use the specified KMS key for zone storage encryption.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,