Field | Description | Required |
---|---|---|
Resource Group | A resource group is a collection of resources | Required |
Your email address | Required | |
Application name | Your chosen application name | Required |
Managed Resource Group | Prefilled by Microsoft Azure | Required |
Note: Remember the managed resource group name as you will need it in 2.2.
Note: Remember the VMs count and the VM size as you will need them in 2.2.
az login
az aks nodepool add \
—cluster-name minioaks \
—name <choose-a-node-pool-name> \
—resource-group <managed-resource-group> \
—node-count <vm-count> \
—node-vm-size <vm-size>