1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Jun 29 09:00:05 UTC 2022

This commit is contained in:
Automated 2022-06-29 09:00:05 +00:00
parent 8b80260bd9
commit cf5ab60e4a
Failed to extract signature
195 changed files with 4700 additions and 413 deletions

View file

@ -4,8 +4,8 @@ NAME
SYNOPSIS
gcloud container azure clusters update (CLUSTER : --location=LOCATION)
--client=CLIENT [--admin-users=USER,[USER,...]] [--async]
[--cluster-version=CLUSTER_VERSION] [--validate-only]
[--vm-size=VM_SIZE] [GCLOUD_WIDE_FLAG ...]
[--cluster-version=CLUSTER_VERSION] [--ssh-public-key=SSH_PUBLIC_KEY]
[--validate-only] [--vm-size=VM_SIZE] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Update an Anthos cluster on Azure.
@ -74,6 +74,9 @@ FLAGS
--cluster-version=CLUSTER_VERSION
Kubernetes version to use for the cluster.
--ssh-public-key=SSH_PUBLIC_KEY
SSH public key to use for authentication.
--validate-only
Validate the update of the cluster, but don't actually perform it.