Enhance cluster upgrade overview with detailed process#4300
Conversation
Clarified the process of upgrading management servers and compute servers during the runtime upgrade. Added details about the EnableRepurposeSpareKcpNode feature and its impact on control plane nodes.
|
@deepukraju : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit 0a34ca8: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
There was a problem hiding this comment.
Pull request overview
This PR updates the Azure Operator Nexus cluster runtime upgrade overview documentation to better describe observed upgrade behavior when the EnableRepurposeSpareKcpNode feature is enabled, specifically around how spare/control-plane capacity is handled during the management/control-plane portion of the upgrade.
Changes:
- Added a new note describing how a management-plane node may be temporarily promoted to spare control-plane role when
EnableRepurposeSpareKcpNodeis enabled. - Clarified expected state transitions around the spare control-plane node during the control-plane upgrade phase.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| > [!Note] | ||
| > Customers may observe the spare server with a different runtime version. This is expected. | ||
| > If the EnableRepurposeSpareKcpNode feature is enabled, a healthy management plane node is first promoted to a spare control plane node before the control plane upgrade begins. After all control plane nodes are upgraded, the spare control plane node is converted back to a management plane node. |
Clarified the process of upgrading management servers and compute servers during the runtime upgrade. Added details about the EnableRepurposeSpareKcpNode feature and its impact on control plane nodes.
Add changes in Upgrade behavior observed due to EnableRepurposeSpareKcpNode feature.