mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 13:10:18 +00:00
gcloud: Wed Mar 26 10:55:24 UTC 2025
This commit is contained in:
parent
e555fef0aa
commit
be9483c980
310 changed files with 9868 additions and 540 deletions
|
|
@ -21,7 +21,11 @@ SYNOPSIS
|
|||
--proxy-secret-id=PROXY_SECRET_ID] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Create a node pool in an Anthos cluster on Azure.
|
||||
(ALPHA) (DEPRECATED) Create a node pool in an Anthos cluster on Azure.
|
||||
|
||||
This command is deprecated. See
|
||||
https://cloud.google.com/kubernetes-engine/multi-cloud/docs/azure/deprecations/deprecation-announcement
|
||||
for more details.
|
||||
|
||||
EXAMPLES
|
||||
To create a node pool named my-node-pool in a cluster named my-cluster
|
||||
|
|
|
|||
|
|
@ -8,7 +8,11 @@ SYNOPSIS
|
|||
[--async] [--ignore-errors] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Delete a node pool in an Anthos cluster on Azure.
|
||||
(ALPHA) (DEPRECATED) Delete a node pool in an Anthos cluster on Azure.
|
||||
|
||||
This command is deprecated. See
|
||||
https://cloud.google.com/kubernetes-engine/multi-cloud/docs/azure/deprecations/deprecation-announcement
|
||||
for more details.
|
||||
|
||||
EXAMPLES
|
||||
To delete a node pool named my-node-pool in a cluster named my-cluster
|
||||
|
|
|
|||
|
|
@ -8,7 +8,11 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Describe a node pool in an Anthos cluster on Azure.
|
||||
(ALPHA) (DEPRECATED) Describe a node pool in an Anthos cluster on Azure.
|
||||
|
||||
This command is deprecated. See
|
||||
https://cloud.google.com/kubernetes-engine/multi-cloud/docs/azure/deprecations/deprecation-announcement
|
||||
for more details.
|
||||
|
||||
EXAMPLES
|
||||
To describe a node pool named my-node-pool in a cluster named my-cluster
|
||||
|
|
|
|||
|
|
@ -6,7 +6,12 @@ SYNOPSIS
|
|||
gcloud alpha container azure node-pools COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Create and manage node pools in an Anthos cluster on Azure.
|
||||
(ALPHA) (DEPRECATED) Create and manage node pools in an Anthos cluster on
|
||||
Azure.
|
||||
|
||||
This command is deprecated. See
|
||||
https://cloud.google.com/kubernetes-engine/multi-cloud/docs/azure/deprecations/deprecation-announcement
|
||||
for more details.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
|
@ -17,19 +22,20 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
create
|
||||
(ALPHA) Create a node pool in an Anthos cluster on Azure.
|
||||
(ALPHA) (DEPRECATED) Create a node pool in an Anthos cluster on Azure.
|
||||
|
||||
delete
|
||||
(ALPHA) Delete a node pool in an Anthos cluster on Azure.
|
||||
(ALPHA) (DEPRECATED) Delete a node pool in an Anthos cluster on Azure.
|
||||
|
||||
describe
|
||||
(ALPHA) Describe a node pool in an Anthos cluster on Azure.
|
||||
(ALPHA) (DEPRECATED) Describe a node pool in an Anthos cluster on
|
||||
Azure.
|
||||
|
||||
list
|
||||
(ALPHA) List node pools in an Anthos cluster on Azure.
|
||||
(ALPHA) (DEPRECATED) List node pools in an Anthos cluster on Azure.
|
||||
|
||||
update
|
||||
(ALPHA) Update a node pool in an Anthos cluster on Azure.
|
||||
(ALPHA) (DEPRECATED) Update a node pool in an Anthos cluster on Azure.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
|
|
|
|||
|
|
@ -9,7 +9,11 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) List node pools in an Anthos cluster on Azure.
|
||||
(ALPHA) (DEPRECATED) List node pools in an Anthos cluster on Azure.
|
||||
|
||||
This command is deprecated. See
|
||||
https://cloud.google.com/kubernetes-engine/multi-cloud/docs/azure/deprecations/deprecation-announcement
|
||||
for more details.
|
||||
|
||||
EXAMPLES
|
||||
To list all node pools in a cluster named my-cluster managed in location
|
||||
|
|
|
|||
|
|
@ -11,7 +11,11 @@ SYNOPSIS
|
|||
[--max-nodes=MAX_NODES --min-nodes=MIN_NODES] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Update a node pool in an Anthos cluster on Azure.
|
||||
(ALPHA) (DEPRECATED) Update a node pool in an Anthos cluster on Azure.
|
||||
|
||||
This command is deprecated. See
|
||||
https://cloud.google.com/kubernetes-engine/multi-cloud/docs/azure/deprecations/deprecation-announcement
|
||||
for more details.
|
||||
|
||||
EXAMPLES
|
||||
To update a node pool named my-node-pool in a cluster named my-cluster
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue