File: //snap/google-cloud-cli/396/help/man/man1/gcloud_container_azure_node-pools_update.1
.TH "GCLOUD_CONTAINER_AZURE_NODE\-POOLS_UPDATE" 1
.SH "NAME"
.HP
gcloud container azure node\-pools update \- update a node pool in an Anthos cluster on Azure
.SH "SYNOPSIS"
.HP
\f5gcloud container azure node\-pools update\fR (\fINODE_POOL\fR\ :\ \fB\-\-cluster\fR=\fICLUSTER\fR\ \fB\-\-location\fR=\fILOCATION\fR) [\fB\-\-async\fR] [\fB\-\-enable\-autorepair\fR] [\fB\-\-node\-version\fR=\fINODE_VERSION\fR] [\fB\-\-ssh\-public\-key\fR=\fISSH_PUBLIC_KEY\fR] [\fB\-\-validate\-only\fR] [\fB\-\-annotations\fR=\fIANNOTATION\fR,[\fIANNOTATION\fR,...]\ |\ \fB\-\-clear\-annotations\fR] [\fB\-\-max\-nodes\fR=\fIMAX_NODES\fR\ \fB\-\-min\-nodes\fR=\fIMIN_NODES\fR] [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
\fB(DEPRECATED)\fR Update a node pool in 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 node pool named \f5\fImy\-node\-pool\fR\fR in a cluster named
\f5\fImy\-cluster\fR\fR managed in location \f5\fIus\-west1\fR\fR, run:
.RS 2m
$ gcloud container azure node\-pools update my\-node\-pool \e
\-\-cluster=my\-cluster \-\-location=us\-west1 \e
\-\-node\-version=NODE_VERSION
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
Nodepool resource \- node pool 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 \f5node_pool\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
\fINODE_POOL\fR
ID of the nodepool or fully qualified identifier for the nodepool.
To set the \f5nodepool\fR attribute:
.RS 2m
.IP "\(bu" 2m
provide the argument \f5node_pool\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\-\-cluster\fR=\fICLUSTER\fR
cluster of the nodepool.
To set the \f5cluster\fR attribute:
.RS 2m
.IP "\(bu" 2m
provide the argument \f5node_pool\fR on the command line with a fully specified
name;
.IP "\(bu" 2m
provide the argument \f5\-\-cluster\fR on the command line.
.RE
.sp
.TP 2m
\fB\-\-location\fR=\fILOCATION\fR
Google Cloud location for the nodepool.
To set the \f5location\fR attribute:
.RS 2m
.IP "\(bu" 2m
provide the argument \f5node_pool\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\-\-async\fR
Return immediately, without waiting for the operation in progress to complete.
.TP 2m
\fB\-\-enable\-autorepair\fR
Enable node autorepair feature for a node pool. Use \-\-no\-enable\-autorepair
to disable.
.RS 2m
$ gcloud container azure node\-pools update \-\-enable\-autorepair
.RE
.TP 2m
\fB\-\-node\-version\fR=\fINODE_VERSION\fR
Kubernetes version to use for the node pool.
.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 node pool, but don't actually perform it.
.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 node pool.
.TP 2m
\fB\-\-clear\-annotations\fR
Clear the annotations for the node pool.
.RE
.sp
.TP 2m
Node pool autoscaling
.RS 2m
.TP 2m
\fB\-\-max\-nodes\fR=\fIMAX_NODES\fR
Maximum number of nodes in the node pool.
.TP 2m
\fB\-\-min\-nodes\fR=\fIMIN_NODES\fR
Minimum number of nodes in the node pool.
.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 node\-pools update
.RE