Skip to content

Commit 773aeff

Browse files
authored
Merge pull request #196688 from kaarthis/nodepool-snapshot
nodepool snapshot change in preview
2 parents 8ba4777 + 3a835ee commit 773aeff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/aks/node-pool-snapshot.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ NODEPOOL_ID=$(az aks nodepool show --name nodepool1 --cluster-name myAKSCluster
3636

3737
> [!IMPORTANT]
3838
> Your AKS node pool must be created or upgraded after Nov 10th, 2021 in order for a snapshot to be taken from it.
39+
>Starting April, 2022 the CLI-preview extension commands for node pool snapshot has changed. In preview CLI please use az aks nodepool snapshot commands, refer [CLI Node Pool Snapshot][az-aks-nodepool-snapshot].
3940
4041
Now, to take a snapshot from the previous node pool you'll use the `az aks snapshot` CLI command.
4142

@@ -110,6 +111,7 @@ az aks create --name myAKSCluster2 --resource-group myResourceGroup --snapshot-i
110111
[use-multiple-node-pools]: use-multiple-node-pools.md
111112
[max-surge]: upgrade-cluster.md#customize-node-surge-upgrade
112113
[az-extension-add]: /cli/azure/extension#az_extension_add
114+
[az-aks-nodepool-snapshot]:/cli/azure/aks/nodepool#az-aks-nodepool-add
113115
[az-extension-update]: /cli/azure/extension#az_extension_update
114116
[az-feature-list]: /cli/azure/feature#az_feature_list
115117
[az-feature-register]: /cli/azure/feature#az_feature_register

0 commit comments

Comments
 (0)