Skip to content

Commit 19b22b3

Browse files
Merge pull request #263150 from schaffererin/cordon-drain-np-aks
Removed note stating that AKS doesn't perform automatic cordon/drain
2 parents eafd8af + 9e11b62 commit 19b22b3

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)