mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Jun 29 09:00:05 UTC 2022
This commit is contained in:
parent
8b80260bd9
commit
cf5ab60e4a
195 changed files with 4700 additions and 413 deletions
|
|
@ -6,8 +6,9 @@ SYNOPSIS
|
|||
gcloud alpha 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]
|
||||
[--logging=COMPONENT,[COMPONENT,...]] [--ssh-public-key=SSH_PUBLIC_KEY]
|
||||
[--validate-only] [--vm-size=VM_SIZE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Update an Anthos cluster on Azure.
|
||||
|
|
@ -76,6 +77,20 @@ FLAGS
|
|||
--cluster-version=CLUSTER_VERSION
|
||||
Kubernetes version to use for the cluster.
|
||||
|
||||
--logging=COMPONENT,[COMPONENT,...]
|
||||
Set the components that have logging enabled.
|
||||
|
||||
Examples:
|
||||
|
||||
$ gcloud alpha container azure clusters update --logging=SYSTEM
|
||||
$ gcloud alpha container azure clusters update \
|
||||
--logging=SYSTEM,WORKLOAD
|
||||
|
||||
COMPONENT must be one of: SYSTEM, WORKLOAD.
|
||||
|
||||
--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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue