-
Notifications
You must be signed in to change notification settings - Fork 140
Update documentation on node initialization taints #318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Clarified details about node initialization taints, including their lifecycle and visibility on nodes after updates.
@UtheMan : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
Learn Build status updates of commit de71522: ✅ Validation status: passed
For more details, please refer to the build report. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the documentation for node initialization taints in AKS to provide clearer information about their lifecycle and visibility, specifically addressing when these taints become visible on nodes.
- Clarified the behavior of node initialization taints during scaling and upgrade operations
- Added important notes about VMSS model updates and when taints become visible on nodes
- Improved the explanation of taint lifecycle management
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
> [!IMPORTANT] | ||
> When updating a cluster with a node initialization taint, the taints apply to all node pools in the cluster. You can view updates to node initialization taints on the node after a reimage operation. | ||
> When updating a cluster with a node initialization taint, the taints apply to all node pools in the cluster. If your nodes are using VMSS, you can view updates to node initialization taints on the node after the node's VMSS model is updated (for example, after a node image version upgrade operation). Initialization taints will not appear on your nodes until an operation that triggers a VMSS model update occurs. |
Copilot
AI
Oct 8, 2025
•
edited by ShannonLeavitt
Loading
edited by ShannonLeavitt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] This important note contains repetitive information about VMSS model updates. The last two sentences essentially convey the same information and could be consolidated for clarity.
> When updating a cluster with a node initialization taint, the taints apply to all node pools in the cluster. If your nodes are using VMSS, you can view updates to node initialization taints on the node after the node's VMSS model is updated (for example, after a node image version upgrade operation). Initialization taints will not appear on your nodes until an operation that triggers a VMSS model update occurs. | |
> When updating a cluster with a node initialization taint, the taints apply to all node pools in the cluster. For nodes using VMSS, initialization taints will appear only after an operation that triggers a VMSS model update (such as a node image version upgrade). |
Copilot uses AI. Check for mistakes.
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
Clarified details about node initialization taints, including their lifecycle and visibility on nodes after updates.