mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +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
|
|
@ -20,7 +20,11 @@ SYNOPSIS
|
|||
--proxy-secret-id=PROXY_SECRET_ID] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Create a node pool in an Anthos cluster on Azure.
|
||||
(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
|
||||
Delete a node pool in an Anthos cluster on Azure.
|
||||
(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
|
||||
Describe a node pool in an Anthos cluster on Azure.
|
||||
(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,11 @@ SYNOPSIS
|
|||
gcloud container azure node-pools COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Create and manage node pools in an Anthos cluster on Azure.
|
||||
(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 +21,19 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
create
|
||||
Create a node pool in an Anthos cluster on Azure.
|
||||
(DEPRECATED) Create a node pool in an Anthos cluster on Azure.
|
||||
|
||||
delete
|
||||
Delete a node pool in an Anthos cluster on Azure.
|
||||
(DEPRECATED) Delete a node pool in an Anthos cluster on Azure.
|
||||
|
||||
describe
|
||||
Describe a node pool in an Anthos cluster on Azure.
|
||||
(DEPRECATED) Describe a node pool in an Anthos cluster on Azure.
|
||||
|
||||
list
|
||||
List node pools in an Anthos cluster on Azure.
|
||||
(DEPRECATED) List node pools in an Anthos cluster on Azure.
|
||||
|
||||
update
|
||||
Update a node pool in an Anthos cluster on Azure.
|
||||
(DEPRECATED) Update a node pool in an Anthos cluster on Azure.
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
|
|
|||
|
|
@ -9,7 +9,11 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
List node pools in an Anthos cluster on Azure.
|
||||
(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
|
||||
Update a node pool in an Anthos cluster on Azure.
|
||||
(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