1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 15:39:42 +00:00

gcloud: Wed Sep 18 09:49:45 UTC 2024

This commit is contained in:
Automated 2024-09-18 09:49:45 +00:00
parent a3842bba95
commit 8ebed5b0f1
182 changed files with 2067 additions and 1436 deletions

View file

@ -16,17 +16,17 @@ DESCRIPTION
EXAMPLES
To create a custom Cloud Spanner instance configuration based on an
existing Google-managed configuration (nam3) by adding a 'READ_ONLY' type
replica in location 'us-east4', run:
existing Google-managed configuration (nam3) by adding a READ_ONLY type
replica in location us-east4, run:
$ gcloud beta spanner instance-configs create \
custom-instance-config --clone-config=nam3 \
--add-replicas=location=us-east4,type=READ_ONLY
To create a custom Cloud Spanner instance configuration based on another
custom configuration (custom-instance-config) by adding a 'READ_ONLY' type
replica in location 'us-east1' and removing a 'READ_ONLY' type replica in
location 'us-east4', run:
custom configuration (custom-instance-config) by adding a READ_ONLY type
replica in location us-east1 and removing a READ_ONLY type replica in
location us-east4, run:
$ gcloud beta spanner instance-configs create \
custom-instance-config1 --clone-config=custom-instance-config \
@ -144,8 +144,8 @@ OPTIONAL FLAGS
numbers.
--validate-only
Use this flag to validate that the request will succeed before
executing it.
If specified, validate that the creation will succeed without creating
the instance configuration.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,