mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 06:11:59 +00:00
gcloud: Wed Mar 5 10:41:25 UTC 2025
This commit is contained in:
parent
a597993b2e
commit
6dc93282df
279 changed files with 4198 additions and 801 deletions
|
|
@ -42,8 +42,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud alloydb clusters upgrade
|
||||
|
||||
$ gcloud alpha alloydb clusters upgrade
|
||||
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ REQUIRED FLAGS
|
|||
Whole number value indicating how many vCPUs the machine should
|
||||
contain. Each vCPU count corresponds to a N2 high-mem machine:
|
||||
(https://cloud.google.com/compute/docs/general-purpose-machines#n2_machines).
|
||||
CPU_COUNT must be one of: 2, 4, 8, 16, 32, 64, 96, 128.
|
||||
CPU_COUNT must be one of: 1, 2, 4, 8, 16, 32, 64, 96, 128.
|
||||
|
||||
--instance-type=INSTANCE_TYPE
|
||||
Specifies instance type. INSTANCE_TYPE must be one of:
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@ OPTIONAL FLAGS
|
|||
Whole number value indicating how many vCPUs the machine should
|
||||
contain. Each vCPU count corresponds to a N2 high-mem machine:
|
||||
(https://cloud.google.com/compute/docs/general-purpose-machines#n2_machines).
|
||||
CPU_COUNT must be one of: 2, 4, 8, 16, 32, 64, 96, 128.
|
||||
CPU_COUNT must be one of: 1, 2, 4, 8, 16, 32, 64, 96, 128.
|
||||
|
||||
--database-flags=FLAG=VALUE,[FLAG=VALUE,...]
|
||||
Comma-separated list of database flags to set on the instance. Use an
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue