mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Jul 20 08:59:31 UTC 2022
This commit is contained in:
parent
879929cbc6
commit
380c3aa29f
83 changed files with 1945 additions and 446 deletions
|
|
@ -5,8 +5,9 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud container azure node-pools update
|
||||
(NODE_POOL : --cluster=CLUSTER --location=LOCATION) [--async]
|
||||
[--node-version=NODE_VERSION] [--validate-only]
|
||||
[--max-nodes=MAX_NODES --min-nodes=MIN_NODES] [GCLOUD_WIDE_FLAG ...]
|
||||
[--node-version=NODE_VERSION] [--ssh-public-key=SSH_PUBLIC_KEY]
|
||||
[--validate-only] [--max-nodes=MAX_NODES --min-nodes=MIN_NODES]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Update a node pool in an Anthos cluster on Azure.
|
||||
|
|
@ -62,6 +63,9 @@ FLAGS
|
|||
--node-version=NODE_VERSION
|
||||
Kubernetes version to use for the node pool.
|
||||
|
||||
--ssh-public-key=SSH_PUBLIC_KEY
|
||||
SSH public key to use for authentication.
|
||||
|
||||
--validate-only
|
||||
Validate the update of the node pool, but don't actually perform it.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue