mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-15 09:25:44 +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,
|
||||
|
|
|
|||
|
|
@ -3,9 +3,9 @@ NAME
|
|||
Engine node groups
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta compute sole-tenancy node-groups list [--filter=EXPRESSION]
|
||||
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
gcloud beta compute sole-tenancy node-groups list [--share-settings]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute sole-tenancy node-groups list displays all
|
||||
|
|
@ -28,6 +28,10 @@ EXAMPLES
|
|||
$ gcloud beta compute sole-tenancy node-groups list \
|
||||
--filter="region:( us-central1 europe-west1 )"
|
||||
|
||||
FLAGS
|
||||
--share-settings
|
||||
If provided, shows details for the share setting
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
(BETA) 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 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