Skip to content

Commit c171cb2

Browse files
authored
Merge pull request #265862 from AdamSharif-MSFT/adsharif_NAP_stop_start_clarification
Updating stop/start cluster and nodepool and also NAP documentation to add related limitations
2 parents c3cdafd + b1765df commit c171cb2

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

articles/aks/node-autoprovision.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ NAP is based on the Open Source [Karpenter](https://karpenter.sh) project, and t
6868
- Windows and Azure Linux node pools aren't supported yet
6969
- Kubelet configuration through Node pool configuration is not supported
7070
- NAP can only be enabled on new clusters currently
71+
- It is not currently possible to stop nodepools or clusters which use the NAP feature
7172
7273
## Enable node autoprovisioning
7374

articles/aks/start-stop-cluster.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ This article assumes you have an existing AKS cluster. If you need an AKS cluste
2121
When using the cluster stop/start feature, the following conditions apply:
2222

2323
- This feature is only supported for Virtual Machine Scale Set backed clusters.
24+
- You can't stop clusters which use the [Node Autoprovisioning (NAP)](node-autoprovision.md) feature.
2425
- The cluster state of a stopped AKS cluster is preserved for up to 12 months. If your cluster is stopped for more than 12 months, you can't recover the state. For more information, see the [AKS support policies](support-policies.md).
2526
- You can only perform start or delete operations on a stopped AKS cluster. To perform other operations, like scaling or upgrading, you need to start your cluster first.
2627
- If you provisioned PrivateEndpoints linked to private clusters, they need to be deleted and recreated again when starting a stopped AKS cluster.

articles/aks/start-stop-nodepools.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ You might not need to continuously run your AKS workloads. For example, you migh
1717
* Spot node pools are supported.
1818
* Stopped node pools can be upgraded.
1919
* The cluster and node pool must be running.
20+
* You can't stop node pools from clusters which use the [Node Autoprovisioning (NAP)](node-autoprovision.md) feature.
2021

2122
## Before you begin
2223

0 commit comments

Comments
 (0)