1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Thu Jun 26 10:50:44 UTC 2025

This commit is contained in:
Automated 2025-06-26 10:50:44 +00:00
parent 3a534cb57c
commit f645b4c02d
150 changed files with 4099 additions and 393 deletions

View file

@ -9,6 +9,7 @@ SYNOPSIS
[--location=LOCATION] [--mode=MODE] [--node-type=NODE_TYPE]
[--[no-]ondemand-maintenance] [--replica-count=REPLICA_COUNT]
[--request-id=REQUEST_ID] [--shard-count=SHARD_COUNT]
[--[no-]simulate-maintenance-event]
[--aof-config-append-fsync=AOF_CONFIG_APPEND_FSYNC
--clear-persistence-config
--persistence-config-mode=PERSISTENCE_CONFIG_MODE
@ -33,6 +34,7 @@ SYNOPSIS
| --update-engine-configs=[UPDATE_ENGINE_CONFIGS,...]
--clear-engine-configs
| --remove-engine-configs=REMOVE_ENGINE_CONFIGS]
[--key-ring=KEY_RING --clear-kms-key | --kms-key=KMS_KEY]
[--labels=[LABELS,...]
| --update-labels=[UPDATE_LABELS,...] --clear-labels
| --remove-labels=REMOVE_LABELS] [GCLOUD_WIDE_FLAG ...]
@ -105,9 +107,9 @@ FLAGS
Engine version of the instance.
--location=LOCATION
For resources [instance], provides fallback value for resource location
attribute. When the resource's full URI path is not provided, location
will fallback to this flag value.
For resources [instance, cryptoKey], provides fallback value for
resource location attribute. When the resource's full URI path is not
provided, location will fallback to this flag value.
--mode=MODE
The mode config for the instance. MODE must be one of:
@ -162,6 +164,12 @@ FLAGS
--shard-count=SHARD_COUNT
Number of shards for the instance.
Arguments for the simulate maintenance event.
--[no-]simulate-maintenance-event
Simulate a maintenance event. Use --simulate-maintenance-event to
enable and --no-simulate-maintenance-event to disable.
Represents persistence configuration for a instance.
Configuration for AOF based persistence.
@ -770,6 +778,54 @@ FLAGS
--remove-engine-configs=path_to_file.(yaml|json)
Arguments for the kms key.
All arguments needed to update kms_key.
--key-ring=KEY_RING
The keyRing id of the cryptoKey resource.
To set the key-ring attribute:
▫ provide the argument --current on the command line with a fully
specified name;
▫ provide the argument --key-ring on the command line.
Update kms_key.
At most one of these can be specified:
--clear-kms-key
Clear kms_key value and set to null.
CryptoKey resource - Set kms_key to new value.
The KMS key used to encrypt the at-rest data of the cluster. This
represents a Cloud resource. (NOTE) Some attributes are not given
arguments in this group but can be set in other ways.
To set the project attribute:
◇ provide the argument --kms-key on the command line with a fully
specified name;
◇ provide the argument --project on the command line;
◇ set the property core/project.
To set the location attribute:
◇ provide the argument --kms-key on the command line with a fully
specified name;
◇ provide the argument --location on the command line.
To set the key-ring attribute:
◇ provide the argument --kms-key on the command line with a fully
specified name;
◇ provide the argument --key-ring on the command line.
--kms-key=KMS_KEY
ID of the cryptoKey or fully qualified identifier for the
cryptoKey.
To set the crypto-key attribute:
▹ provide the argument --kms-key on the command line.
Update labels.
At most one of these can be specified: