mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Apr 16 10:41:40 UTC 2025
This commit is contained in:
parent
4637d39593
commit
b589c4c4ad
316 changed files with 13928 additions and 1163 deletions
|
|
@ -5,10 +5,11 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud edge-cloud container clusters node-pools update
|
||||
(NODE_POOL : --cluster=CLUSTER --location=LOCATION) [--async]
|
||||
[--lro-timeout=LRO_TIMEOUT] [--machine-filter=MACHINE_FILTER]
|
||||
[--node-count=NODE_COUNT] [--node-labels=[KEY=VALUE,...]]
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
[--local-disk-kms-key=LOCAL_DISK_KMS_KEY] [--lro-timeout=LRO_TIMEOUT]
|
||||
[--machine-filter=MACHINE_FILTER] [--node-count=NODE_COUNT]
|
||||
[--node-labels=[KEY=VALUE,...]] [--update-labels=[KEY=VALUE,...]]
|
||||
[--use-google-managed-key] [--clear-labels | --remove-labels=[KEY,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Updates an Edge Container node pool.
|
||||
|
|
@ -65,6 +66,13 @@ FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--local-disk-kms-key=LOCAL_DISK_KMS_KEY
|
||||
Google Cloud KMS key that will be used to secure local disks on nodes
|
||||
in this node pool. 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 instead.
|
||||
|
||||
--lro-timeout=LRO_TIMEOUT
|
||||
Overwrite the default LRO maximum timeout.
|
||||
|
||||
|
|
@ -89,6 +97,10 @@ FLAGS
|
|||
contain only hyphens (-), underscores (_), lowercase characters, and
|
||||
numbers.
|
||||
|
||||
--use-google-managed-key
|
||||
Once specified, a Google-managed key will be used for the control plane
|
||||
disk encryption.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-labels
|
||||
|
|
|
|||
|
|
@ -8,6 +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]
|
||||
[--control-plane-kms-key=CONTROL_PLANE_KMS_KEY
|
||||
| --use-google-managed-key]
|
||||
[--use-google-managed-zone-key
|
||||
| --zone-storage-kms-key=ZONE_STORAGE_KMS_KEY] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -123,6 +125,16 @@ 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:
|
||||
|
||||
--control-plane-kms-key=CONTROL_PLANE_KMS_KEY
|
||||
If set, use the specified KMS key for the cluster control plane nodes
|
||||
encryption.
|
||||
|
||||
--use-google-managed-key
|
||||
If set, use Google managed key for the cluster control plane nodes
|
||||
encryption.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--use-google-managed-zone-key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue