mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Sep 7 10:42:28 UTC 2023
This commit is contained in:
parent
f9edf67fe5
commit
6c8d2eb024
307 changed files with 4053 additions and 1615 deletions
|
|
@ -5,8 +5,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud container azure node-pools update
|
||||
(NODE_POOL : --cluster=CLUSTER --location=LOCATION) [--async]
|
||||
[--node-version=NODE_VERSION] [--ssh-public-key=SSH_PUBLIC_KEY]
|
||||
[--validate-only]
|
||||
[--enable-autorepair] [--node-version=NODE_VERSION]
|
||||
[--ssh-public-key=SSH_PUBLIC_KEY] [--validate-only]
|
||||
[--annotations=ANNOTATION,[ANNOTATION,...] | --clear-annotations]
|
||||
[--max-nodes=MAX_NODES --min-nodes=MIN_NODES] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -65,6 +65,12 @@ FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--enable-autorepair
|
||||
Enable node autorepair feature for a node pool. Use
|
||||
--no-enable-autorepair to disable.
|
||||
|
||||
$ gcloud container azure node-pools update --enable-autorepair
|
||||
|
||||
--node-version=NODE_VERSION
|
||||
Kubernetes version to use for the node pool.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue