1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Thu Sep 7 10:42:28 UTC 2023

This commit is contained in:
Automated 2023-09-07 10:42:28 +00:00
parent f9edf67fe5
commit 6c8d2eb024
307 changed files with 4053 additions and 1615 deletions

View file

@ -12,7 +12,7 @@ SYNOPSIS
[--azure-availability-zone=AZURE_AVAILABILITY_ZONE]
[--config-encryption-key-id=CONFIG_ENCRYPTION_KEY_ID]
[--config-encryption-public-key=CONFIG_ENCRYPTION_PUBLIC_KEY]
[--node-labels=NODE_LABEL,[NODE_LABEL,...]]
[--enable-autorepair] [--node-labels=NODE_LABEL,[NODE_LABEL,...]]
[--node-taints=NODE_TAINT,[NODE_TAINT,...]]
[--root-volume-size=ROOT_VOLUME_SIZE] [--tags=TAG,[TAG,...]]
[--validate-only] [--vm-size=VM_SIZE]
@ -118,6 +118,14 @@ OPTIONAL FLAGS
RSA key of the Azure Key Vault public key to use for encrypting config
data.
--enable-autorepair
Enable node autorepair feature for a node pool. Use
--no-enable-autorepair to disable.
$ gcloud container azure node-pools create --enable-autorepair
Node autorepair is disabled by default.
--node-labels=NODE_LABEL,[NODE_LABEL,...]
Labels assigned to the node pool's nodes.

View file

@ -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.