gcloud container azure node-pools create Stay organized with collections Save and categorize content based on your preferences.
- NAME
- gcloud container azure node-pools create - create a node pool in an Anthos cluster on Azure
- SYNOPSIS
gcloud container azure node-pools create(NODE_POOL:--cluster=CLUSTER--location=LOCATION)--max-pods-per-node=MAX_PODS_PER_NODE--node-version=NODE_VERSION--ssh-public-key=SSH_PUBLIC_KEY--subnet-id=SUBNET_ID(--max-nodes=MAX_NODES--min-nodes=MIN_NODES)[--annotations=ANNOTATION,[ANNOTATION,…]][--async][--azure-availability-zone=AZURE_AVAILABILITY_ZONE][--config-encryption-key-id=CONFIG_ENCRYPTION_KEY_ID][--config-encryption-public-key=CONFIG_ENCRYPTION_PUBLIC_KEY][--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][--proxy-resource-group-id=PROXY_RESOURCE_GROUP_ID--proxy-secret-id=PROXY_SECRET_ID][GCLOUD_WIDE_FLAG …]
- DESCRIPTION
(DEPRECATED)Create a node pool in an Anthos cluster on Azure.This command is deprecated. Seehttps://cloud.google.com/kubernetes-engine/multi-cloud/docs/azure/deprecations/deprecation-announcementfor more details.
- EXAMPLES
- To create a node pool named
ina cluster namedmy-node-poolmanaged inlocationmy-cluster, run:us-west1gcloudcontainerazurenode-poolscreatemy-node-pool--cluster=my-cluster--location=us-west1--node-version=NODE_VERSION--ssh-public-key=SSH_PUBLIC_KEY--subnet-id=SUBNET_ID - POSITIONAL ARGUMENTS
- Nodepool resource - node pool to create. The arguments in this group can be usedto specify the attributes of this resource. (NOTE) Some attributes are not givenarguments in this group but can be set in other ways.
To set the
projectattribute:- provide the argument
node_poolon the command line with a fullyspecified name; - provide the argument
--projecton the command line; - set the property
core/project.
This must be specified.
NODE_POOL- ID of the nodepool or fully qualified identifier for the nodepool.
To set the
nodepoolattribute:- provide the argument
node_poolon the command line.
This positional argument must be specified if any of the other arguments in thisgroup are specified.
- provide the argument
--cluster=CLUSTER- cluster of the nodepool.
To set the
clusterattribute:- provide the argument
node_poolon the command line with a fullyspecified name; - provide the argument
--clusteron the command line.
- provide the argument
--location=LOCATION- Google Cloud location for the nodepool.
To set the
locationattribute:- provide the argument
node_poolon the command line with a fullyspecified name; - provide the argument
--locationon the command line; - set the property
container_azure/location.
- provide the argument
- provide the argument
- Nodepool resource - node pool to create. The arguments in this group can be usedto specify the attributes of this resource. (NOTE) Some attributes are not givenarguments in this group but can be set in other ways.
- REQUIRED FLAGS
--max-pods-per-node=MAX_PODS_PER_NODE- Maximum number of pods per node.
--node-version=NODE_VERSION- Kubernetes version to use for the node pool.
--ssh-public-key=SSH_PUBLIC_KEY- SSH public key to use for authentication.
--subnet-id=SUBNET_ID- Subnet ID of an existing VNET to use for the node pool.
- Node pool autoscaling
This must be specified.
--max-nodes=MAX_NODES- Maximum number of nodes in the node pool.
This flag argument must be specified if any of the other arguments in this groupare specified.
--min-nodes=MIN_NODES- Minimum number of nodes in the node pool.
This flag argument must be specified if any of the other arguments in this groupare specified.
- OPTIONAL FLAGS
--annotations=ANNOTATION,[ANNOTATION,…]- Annotations for the node pool.
--async- Return immediately, without waiting for the operation in progress to complete.
--azure-availability-zone=AZURE_AVAILABILITY_ZONE- Azure availability zone where the node pool will be created.
--config-encryption-key-id=CONFIG_ENCRYPTION_KEY_ID- URL the of the Azure Key Vault key (with its version) to use to encrypt /decrypt config data.
--config-encryption-public-key=CONFIG_ENCRYPTION_PUBLIC_KEY- 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 todisable.
gcloudcontainerazurenode-poolscreate--enable-autorepairNode autorepair is disabled by default.
--node-labels=NODE_LABEL,[NODE_LABEL,…]- Labels assigned to the node pool's nodes.
--node-taints=NODE_TAINT,[NODE_TAINT,…]- Taints assigned to nodes of the node pool. Node taint is of formatkey=value:effect. Effect must be one of: NoExecute, NoSchedule,PreferNoSchedule.
--root-volume-size=ROOT_VOLUME_SIZE- Size of the root volume. The value must be a whole number followed by a sizeunit of
GBfor gigabyte, orTBfor terabyte. If nosize unit is specified, GB is assumed. --tags=TAG,[TAG,…]- Applies the given tags (comma separated) on the node pool. Example:
gcloudcontainerazurenode-poolscreateEXAMPLE_NODE_POOL--tags=tag1=one,tag2=two --validate-only- Validate the creation of the node pool, but don't actually perform it.
--vm-size=VM_SIZE- Azure Virtual Machine Size (e.g. Standard_DS1_v).
- Proxy config
--proxy-resource-group-id=PROXY_RESOURCE_GROUP_ID- The ARM ID the of the resource group containing proxy keyvault.
This flag argument must be specified if any of the other arguments in this groupare specified.
--proxy-secret-id=PROXY_SECRET_ID- The URL the of the proxy setting secret with its version.
This flag argument must be specified if any of the other arguments in this groupare specified.
- 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
$gcloud helpfor details. - NOTES
- This variant is also available:
gcloudalphacontainerazurenode-poolscreate
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-07 UTC.