Skip to content

Commit 9e11b62

Browse files
committed
Removed note stating that AKS doesn't perform automatic cordon/drain
1 parent c4ec7a8 commit 9e11b62

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

articles/aks/resize-node-pool.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,6 @@ By default, your cluster has AKS_managed pod disruption budgets (such as `coredn
241241

242242
To delete the existing node pool, use the Azure portal or the [az aks nodepool delete][az-aks-nodepool-delete] command:
243243

244-
> [!IMPORTANT]
245-
> When you delete a node pool, AKS doesn't perform cordon and drain. To minimize the disruption of rescheduling pods currently running on the node pool you are going to delete, perform a cordon and drain on all nodes in the node pool before deleting.
246-
247244
```azurecli-interactive
248245
az aks nodepool delete \
249246
--resource-group myResourceGroup \

0 commit comments

Comments
 (0)