mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Sep 8 09:21:50 UTC 2022
This commit is contained in:
parent
6749f65ca2
commit
e7bec9b31b
154 changed files with 2457 additions and 577 deletions
|
|
@ -7,7 +7,9 @@ SYNOPSIS
|
|||
[--node-template=NODE_TEMPLATE] [--zone=ZONE]
|
||||
[--add-nodes=ADD_NODES | --delete-nodes=[NODE,...]]
|
||||
[--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
|
||||
Update a Compute Engine node group.
|
||||
|
|
@ -77,6 +79,19 @@ 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 argument 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