Update CHANGELOG.md - #5820
Open
wdarko1 wants to merge 13 commits into
Open
Conversation
Add NAP related updated for Machine API Integration
Clarified Node Auto Provisioning (NAP) changes regarding machine manager role and deletion policies in the changelog.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the AKS changelog to document new Node Auto Provisioning (NAP) capabilities and behavioral changes related to Machine API integration, so customers can understand new supported scenarios and upcoming cluster behavior changes.
Changes:
- Added NAP feature notes for custom Linux OS settings and AMD GPU SKU support via
AKSNodeClass. - Added NAP behavioral changes covering label restrictions, Machine API representation, subnet/identity constraints, and upcoming node naming changes.
xuexu6666
reviewed
Jun 10, 2026
Revise details on machine api node pool name in NAP clusters
Added information about mixed SKU autoscaling in Virtual Machine node pools to the changelog.
Corrected capitalization of 'Nvidia' to 'NVIDIA' and made minor grammatical adjustments in the changelog.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Updated Node Auto Provisioning (NAP) features for Linux nodes and GPU support with additional documentation links.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
Comments suppressed due to low confidence (1)
CHANGELOG.md:39
- Minor grammar/linking cleanup: add an article before "NVIDIA GPU Operator" and remove the unnecessary comma before "and" in the "See ..." sentence.
* Node Auto Provisioning (NAP) managed clusters can now support AMD GPU SKUs, NVIDIA GPU Operator, and custom driver installation via the AKSNodeClass. See our [AKSNodeClass documentation](https://learn.microsoft.com/azure/aks/node-auto-provisioning-aksnodeclass), and [GPU Operator on AKS documentation](https://learn.microsoft.com/azure/aks/nvidia-gpu-operator?tabs=nap-nodes) for more information.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
Comments suppressed due to low confidence (2)
CHANGELOG.md:39
- The phrasing and punctuation make this entry harder to scan ("can now support" + "See our ..., and ..."). Consider using a more direct sentence and combining the two references without the extra comma.
* Node Auto Provisioning (NAP) managed clusters can now support AMD GPU SKUs, NVIDIA GPU Operator, and custom driver installation via the AKSNodeClass. See our [AKSNodeClass documentation](https://learn.microsoft.com/azure/aks/node-auto-provisioning-aksnodeclass), and [GPU Operator on AKS documentation](https://learn.microsoft.com/azure/aks/nvidia-gpu-operator?tabs=nap-nodes) for more information.
CHANGELOG.md:59
- "will now be granted" is grammatically awkward and makes it unclear whether this is effective already in this release or a future change. Use a consistent present-tense release-note style (for example, "is now granted").
* The cluster identity of Node Auto Provisioning (NAP) enabled clusters will now be granted the `AKS Nodepool Machine Manager` role.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
Comments suppressed due to low confidence (2)
CHANGELOG.md:39
- Minor grammar: the comma after the first documentation link breaks the "X and Y" structure. Removing it improves readability and matches the style used in nearby bullets.
* Node Auto Provisioning (NAP) managed clusters can now support AMD GPU SKUs, NVIDIA GPU Operator, and custom driver installation via the AKSNodeClass. See our [AKSNodeClass documentation](https://learn.microsoft.com/azure/aks/node-auto-provisioning-aksnodeclass), and [GPU Operator on AKS documentation](https://learn.microsoft.com/azure/aks/nvidia-gpu-operator?tabs=nap-nodes) for more information.
CHANGELOG.md:61
- The node naming pattern uses literal-looking placeholders (e.g.,
nodepool-nameand########), which can be misread as exact strings to expect. Consider using explicit placeholders (for example,<nodepool-name>and<8-digit-id>) to make it clear what parts vary.
* The naming convention for Node Auto Provisioning (NAP) managed nodes is now `aks-aksmanagedap-nodepool-name-########-vm` instead of `nodepool-name-hash`.
Comment on lines
+59
to
+61
| * The cluster identity of Node Auto Provisioning (NAP) enabled clusters will now be granted the `AKS Nodepool Machine Manager` role. | ||
| * Custom subnets are no longer permitted on Node Auto Provisioning (NAP) managed clusters using system-assigned identities. For custom subnets with NAP managed clusters, use user-assigned identities. To set up a user-assigned identity, see our [documentation](https://learn.microsoft.com/azure/aks/user-assigned-managed-identity). | ||
| * The naming convention for Node Auto Provisioning (NAP) managed nodes is now `aks-aksmanagedap-nodepool-name-########-vm` instead of `nodepool-name-hash`. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update May 2026 release note with
NAP changes
agentpool,storageprofile,storagetier,accelerator, and labels with a prefix ofkubernetes.azure.com. Breaking change for existing subscriptions will happen Sept 30.VM Node Pools