Add known issue for Fleet pending-upgrade during v1.5.x to v1.6.x upgrade#977
Open
yoursweetginger wants to merge 1 commit intoharvester:mainfrom
Open
Add known issue for Fleet pending-upgrade during v1.5.x to v1.6.x upgrade#977yoursweetginger wants to merge 1 commit intoharvester:mainfrom
yoursweetginger wants to merge 1 commit intoharvester:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds documentation for a critical known issue (#10) affecting Harvester upgrades from v1.5.x to v1.6.x, where the upgrade can become stuck at the "UpgradingSystemServices" phase due to Fleet helm chart remaining in pending-upgrade status. The PR also includes formatting improvements to existing documentation, correcting indentation and spacing issues.
Changes:
- Added Known Issue #10 documenting the Fleet pending-upgrade problem with verification steps and complete workaround procedure
- Fixed indentation of code blocks and explanatory text to be consistent with numbered list formatting throughout the document
- Corrected minor spacing issues (double space removal, blank line additions)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…et chart Signed-off-by: Ilya Shchekin <komradaxon@gmail.com>
96cdcc3 to
3f28634
Compare
|
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.
Problem:
The Harvester upgrade documentation for v1.5.x to v1.6.x is missing a known issue that affects users upgrading to v1.6.1. During the upgrade, the process can become stuck indefinitely at the "UpgradingSystemServices" phase while waiting for the Fleet helm chart to be deployed. The Fleet release remains in
pending-upgradestatus, preventing the upgrade from completing. This issue has affected production deployments and requires manual intervention to resolve, but the workaround is not currently documented.Solution:
Added Known Issue #10 to the upgrade documentation that describes the Fleet pending-upgrade problem, including:
helm historycommandRelated Issue(s):
Issue harvester/harvester#9738