Difference between revisions of "AKS Gotchas"
Jump to navigation
Jump to search
| Line 2: | Line 2: | ||
https://learn.microsoft.com/en-us/azure/aks/use-multiple-node-pools | https://learn.microsoft.com/en-us/azure/aks/use-multiple-node-pools | ||
| + | |||
| + | https://learn.microsoft.com/en-us/azure/aks/manage-abort-operations?tabs=azure-cli | ||
| + | |||
| + | az aks nodepool operation-abort --resource-group myResourceGroup --cluster-name myAKSCluster --name myNodePool | ||
| + | |||
| + | az aks operation-abort --name myAKSCluster --resource-group myResourceGroup | ||
Revision as of 13:12, 23 March 2023
https://learn.microsoft.com/en-us/azure/aks/use-multiple-node-pools
https://learn.microsoft.com/en-us/azure/aks/manage-abort-operations?tabs=azure-cli
az aks nodepool operation-abort --resource-group myResourceGroup --cluster-name myAKSCluster --name myNodePool
az aks operation-abort --name myAKSCluster --resource-group myResourceGroup