mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 23:49:35 +00:00
gcloud: Wed Apr 26 10:24:37 UTC 2023
This commit is contained in:
parent
b33a8a3e6e
commit
2ae1bc2b12
276 changed files with 6093 additions and 833 deletions
|
|
@ -4,9 +4,10 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha container node-pools config export
|
||||
([NODE_POOL : --cluster=CLUSTER --location=LOCATION] --all)
|
||||
[--path=PATH; default="-"] [--resource-format=RESOURCE_FORMAT]
|
||||
[--region=REGION | --zone=ZONE, -z ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
([NODE_POOL : --cluster=CLUSTER] --all) [--path=PATH; default="-"]
|
||||
[--resource-format=RESOURCE_FORMAT]
|
||||
[--location=LOCATION | --region=REGION | --zone=ZONE, -z ZONE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) gcloud alpha container node-pools config export exports the
|
||||
|
|
@ -50,7 +51,11 @@ POSITIONAL ARGUMENTS
|
|||
▸ provide the argument node_pool on the command line with a fully
|
||||
specified name;
|
||||
▸ set the property core/project;
|
||||
▸ provide the argument --project on the command line.
|
||||
▸ provide the argument --project on the command line. To set the
|
||||
location attribute:
|
||||
▸ provide the argument node_pool on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
NODE_POOL
|
||||
ID of the node pool or fully qualified identifier for the node
|
||||
|
|
@ -66,12 +71,6 @@ POSITIONAL ARGUMENTS
|
|||
specified name;
|
||||
▫ provide the argument --cluster on the command line.
|
||||
|
||||
--location=LOCATION
|
||||
The location name To set the location attribute:
|
||||
▫ provide the argument node_pool on the command line with a fully
|
||||
specified name;
|
||||
▫ provide the argument --location on the command line.
|
||||
|
||||
--all
|
||||
Retrieve all resources within the project. If --path is specified and
|
||||
is a valid directory, resources will be output as individual files
|
||||
|
|
@ -91,6 +90,10 @@ FLAGS
|
|||
|
||||
At most one of these can be specified:
|
||||
|
||||
--location=LOCATION
|
||||
Compute zone or region (e.g. us-central1-a or us-central1) for the
|
||||
cluster.
|
||||
|
||||
--region=REGION
|
||||
Compute region (e.g. us-central1) for the cluster.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue