Aks azure cli snipperts

From UVOO Tech Wiki
Revision as of 20:56, 17 January 2025 by Busk (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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