Difference between revisions of "Aks azure cli snipperts"
Jump to navigation
Jump to search
(Created page with "Scale up or down if you need more or less minimum nodes for testing scenerios. ``` az aks nodepool update --resource-group $rg --cluster-name $name --name default --up...") |
(No difference)
|
Revision as of 20:56, 17 January 2025
Scale up or down if you need more or less minimum nodes for testing scenerios.
az aks nodepool update --resource-group $rg --cluster-name $name --name default --update-cluster-autoscaler --min-count 3 --max-count 5