Skip to content

Commit 89b298a

Browse files
Merge pull request #212164 from amjadaljunaidi/patch-5
Update scale-down-mode.md
2 parents 813538e + a606a5b commit 89b298a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/aks/scale-down-mode.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ When an Azure VM is in the `Stopped` (deallocated) state, you will not be charge
1919

2020
> [!WARNING]
2121
> In order to preserve any deallocated VMs, you must set Scale-down Mode to Deallocate. That includes VMs that have been deallocated using IaaS APIs (Virtual Machine Scale Set APIs). Setting Scale-down Mode to Delete will remove any deallocate VMs.
22+
> Once applied the deallocated mode and scale down operation occured, those nodes keep registered in APIserver and appear as NotReady state.
2223
2324
This article assumes that you have an existing AKS cluster. If you need an AKS cluster, see the AKS quickstart [using the Azure CLI][aks-quickstart-cli], [using Azure PowerShell][aks-quickstart-powershell], or [using the Azure portal][aks-quickstart-portal].
2425

@@ -87,4 +88,4 @@ az aks nodepool add --enable-cluster-autoscaler --min-count 1 --max-count 10 --m
8788
[cluster-autoscaler]: cluster-autoscaler.md
8889
[ephemeral-os]: cluster-configuration.md#ephemeral-os
8990
[state-billing-azure-vm]: ../virtual-machines/states-billing.md
90-
[spot-node-pool]: spot-node-pool.md
91+
[spot-node-pool]: spot-node-pool.md

0 commit comments

Comments
 (0)