File: //snap/google-cloud-cli/396/help/man/man1/gcloud_container_azure_clusters_update.1
.TH "GCLOUD_CONTAINER_AZURE_CLUSTERS_UPDATE" 1
.SH "NAME"
.HP
gcloud container azure clusters update \- update an Anthos cluster on Azure
.SH "SYNOPSIS"
.HP
\f5gcloud container azure clusters update\fR (\fICLUSTER\fR\ :\ \fB\-\-location\fR=\fILOCATION\fR) [\fB\-\-admin\-groups\fR=[\fIGROUP\fR,...]] [\fB\-\-admin\-users\fR=\fIUSER\fR,[\fIUSER\fR,...]] [\fB\-\-async\fR] [\fB\-\-cluster\-version\fR=\fICLUSTER_VERSION\fR] [\fB\-\-logging\fR=\fICOMPONENT\fR,[\fICOMPONENT\fR,...]] [\fB\-\-ssh\-public\-key\fR=\fISSH_PUBLIC_KEY\fR] [\fB\-\-validate\-only\fR] [\fB\-\-vm\-size\fR=\fIVM_SIZE\fR] [\fB\-\-annotations\fR=\fIANNOTATION\fR,[\fIANNOTATION\fR,...]\ |\ \fB\-\-clear\-annotations\fR] [\fB\-\-clear\-description\fR\ |\ \fB\-\-description\fR=\fIDESCRIPTION\fR] [\fB\-\-client\fR=\fICLIENT\fR\ |\ \fB\-\-azure\-application\-id\fR=\fIAZURE_APPLICATION_ID\fR\ \fB\-\-azure\-tenant\-id\fR=\fIAZURE_TENANT_ID\fR\ \fB\-\-clear\-client\fR] [\fB\-\-disable\-managed\-prometheus\fR\ |\ \fB\-\-enable\-managed\-prometheus\fR] [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
\fB(DEPRECATED)\fR Update an Anthos cluster on Azure.
This command is deprecated. See
https://cloud.google.com/kubernetes\-engine/multi\-cloud/docs/azure/deprecations/deprecation\-announcement
for more details.
.SH "EXAMPLES"
To update a cluster named \f5\fImy\-cluster\fR\fR managed in location
\f5\fIus\-west1\fR\fR, run:
.RS 2m
$ gcloud container azure clusters update my\-cluster \e
\-\-location=us\-west1 \-\-cluster\-version=CLUSTER_VERSION \e
\-\-client=CLIENT
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
Cluster resource \- Azure cluster to update. The arguments in this group can be
used to specify the attributes of this resource. (NOTE) Some attributes are not
given arguments in this group but can be set in other ways.
To set the \f5project\fR attribute:
.RS 2m
.IP "\(em" 2m
provide the argument \f5cluster\fR on the command line with a fully specified
name;
.IP "\(em" 2m
provide the argument \f5\-\-project\fR on the command line;
.IP "\(em" 2m
set the property \f5core/project\fR.
.RE
.sp
This must be specified.
.RS 2m
.TP 2m
\fICLUSTER\fR
ID of the cluster or fully qualified identifier for the cluster.
To set the \f5cluster\fR attribute:
.RS 2m
.IP "\(bu" 2m
provide the argument \f5cluster\fR on the command line.
.RE
.sp
This positional argument must be specified if any of the other arguments in this
group are specified.
.TP 2m
\fB\-\-location\fR=\fILOCATION\fR
Google Cloud location for the cluster.
To set the \f5location\fR attribute:
.RS 2m
.IP "\(bu" 2m
provide the argument \f5cluster\fR on the command line with a fully specified
name;
.IP "\(bu" 2m
provide the argument \f5\-\-location\fR on the command line;
.IP "\(bu" 2m
set the property \f5container_azure/location\fR.
.RE
.sp
.RE
.RE
.sp
.SH "FLAGS"
.RS 2m
.TP 2m
\fB\-\-admin\-groups\fR=[\fIGROUP\fR,...]
Groups of users that can perform operations as a cluster administrator.
.TP 2m
\fB\-\-admin\-users\fR=\fIUSER\fR,[\fIUSER\fR,...]
Users that can perform operations as a cluster administrator.
.TP 2m
\fB\-\-async\fR
Return immediately, without waiting for the operation in progress to complete.
.TP 2m
\fB\-\-cluster\-version\fR=\fICLUSTER_VERSION\fR
Kubernetes version to use for the cluster.
.TP 2m
\fB\-\-logging\fR=\fICOMPONENT\fR,[\fICOMPONENT\fR,...]
Set the components that have logging enabled.
Examples:
.RS 2m
$ gcloud container azure clusters update \-\-logging=SYSTEM
$ gcloud container azure clusters update \-\-logging=SYSTEM,WORKLOAD
.RE
\fICOMPONENT\fR must be one of: \fBSYSTEM\fR, \fBWORKLOAD\fR.
.TP 2m
\fB\-\-ssh\-public\-key\fR=\fISSH_PUBLIC_KEY\fR
SSH public key to use for authentication.
.TP 2m
\fB\-\-validate\-only\fR
Validate the update of the cluster, but don't actually perform it.
.TP 2m
\fB\-\-vm\-size\fR=\fIVM_SIZE\fR
Azure Virtual Machine Size (e.g. Standard_DS1_v).
.TP 2m
Annotations
At most one of these can be specified:
.RS 2m
.TP 2m
\fB\-\-annotations\fR=\fIANNOTATION\fR,[\fIANNOTATION\fR,...]
Annotations for the cluster.
.TP 2m
\fB\-\-clear\-annotations\fR
Clear the annotations for the cluster.
.RE
.sp
.TP 2m
Description
At most one of these can be specified:
.RS 2m
.TP 2m
\fB\-\-clear\-description\fR
Clear the description for the cluster.
.TP 2m
\fB\-\-description\fR=\fIDESCRIPTION\fR
Description for the cluster.
.RE
.sp
.TP 2m
Authentication configuration
At most one of these can be specified:
.RS 2m
.TP 2m
Client resource \- Azure client to use for cluster update. This represents a
Cloud resource. (NOTE) Some attributes are not given arguments in this group but
can be set in other ways.
To set the \f5project\fR attribute:
.RS 2m
.IP "\(bu" 2m
provide the argument \f5\-\-client\fR on the command line with a fully specified
name;
.IP "\(bu" 2m
provide the argument \f5\-\-project\fR on the command line;
.IP "\(bu" 2m
set the property \f5core/project\fR.
.RE
.sp
To set the \f5location\fR attribute:
.RS 2m
.IP "\(bu" 2m
provide the argument \f5\-\-client\fR on the command line with a fully specified
name;
.IP "\(bu" 2m
provide the argument \f5\-\-location\fR on the command line;
.IP "\(bu" 2m
set the property \f5container_azure/location\fR.
.RE
.sp
.RS 2m
.TP 2m
\fB\-\-client\fR=\fICLIENT\fR
ID of the client or fully qualified identifier for the client.
To set the \f5client\fR attribute:
.RS 2m
.IP "\(em" 2m
provide the argument \f5\-\-client\fR on the command line.
.RE
.sp
.RE
.sp
.TP 2m
Azure services authentication
.RS 2m
.TP 2m
\fB\-\-azure\-application\-id\fR=\fIAZURE_APPLICATION_ID\fR
ID of the Azure Application to manage Azure resources.
.TP 2m
\fB\-\-azure\-tenant\-id\fR=\fIAZURE_TENANT_ID\fR
ID of the Azure Tenant to manage Azure resources.
.TP 2m
\fB\-\-clear\-client\fR
Clear the Azure client. This flag is required when updating to use Azure
workload identity federation from Azure client to manage Azure resources.
.RE
.RE
.sp
.TP 2m
Monitoring Config
At most one of these can be specified:
.RS 2m
.TP 2m
\fB\-\-disable\-managed\-prometheus\fR
Disable managed collection for Managed Service for Prometheus.
.TP 2m
\fB\-\-enable\-managed\-prometheus\fR
Enable managed collection for Managed Service for Prometheus.
.RE
.RE
.sp
.SH "GCLOUD WIDE FLAGS"
These flags are available to all commands: \-\-access\-token\-file, \-\-account,
\-\-billing\-project, \-\-configuration, \-\-flags\-file, \-\-flatten,
\-\-format, \-\-help, \-\-impersonate\-service\-account, \-\-log\-http,
\-\-project, \-\-quiet, \-\-trace\-token, \-\-user\-output\-enabled,
\-\-verbosity.
Run \fB$ gcloud help\fR for details.
.SH "NOTES"
This variant is also available:
.RS 2m
$ gcloud alpha container azure clusters update
.RE