mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-13 00:18:35 +00:00
gcloud: Wed Mar 23 08:27:29 UTC 2022
This commit is contained in:
parent
971306823a
commit
cd34e797ae
109 changed files with 1563 additions and 627 deletions
|
|
@ -8,7 +8,9 @@ SYNOPSIS
|
|||
[--description=DESCRIPTION] [--maintenance-policy=MAINTENANCE_POLICY]
|
||||
[--maintenance-window-start-time=START_TIME] [--zone=ZONE]
|
||||
[--autoscaler-mode=AUTOSCALER_MODE
|
||||
: --max-nodes=MAX_NODES --min-nodes=MIN_NODES] [GCLOUD_WIDE_FLAG ...]
|
||||
: --max-nodes=MAX_NODES --min-nodes=MIN_NODES]
|
||||
[--share-setting=SHARE_SETTING : --share-with=PROJECT,[PROJECT,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Create a Compute Engine node group.
|
||||
|
|
@ -100,6 +102,19 @@ OPTIONAL FLAGS
|
|||
The minimum size of the node group. Default is 0 and must be an
|
||||
integer value smaller than or equal to --max-nodes.
|
||||
|
||||
Manage the properties of a shared setting
|
||||
|
||||
--share-setting=SHARE_SETTING
|
||||
Specify if this node group is shared; and if so, the type of sharing:
|
||||
share with specific projects or folders. SHARE_SETTING must be one
|
||||
of: projects, organization, local.
|
||||
|
||||
This flag must be specified if any of the other arguments in this
|
||||
group are specified.
|
||||
|
||||
--share-with=PROJECT,[PROJECT,...]
|
||||
A list of specific projects this node group should be shared with.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue