-
Notifications
You must be signed in to change notification settings - Fork 94
doc(upgrade): add known issue for v1.4.2 to v1.4.3 upgrade path #770
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
Conversation
Signed-off-by: Zespre Chang <zespre.chang@suse.com>
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 upgrade documentation to include the known issue when upgrading from v1.4.2 to v1.4.3, along with adjustments to the sidebar positions across various upgrade guide files.
- Added a new upgrade document for v1.4.2 to v1.4.3 describing the known image missing issue and workarounds.
- Incremented the sidebar_position metadata in multiple upgrade documentation files to reflect a new ordering.
Reviewed Changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| docs/upgrade/v1-4-2-to-v1-4-3.md | Added new documentation for the v1.4.2-to-v1.4.3 upgrade path with workaround instructions. |
| docs/upgrade/v1-4-1-to-v1-4-2.md | Updated sidebar_position metadata from 3 to 4. |
| docs/upgrade/v1-4-0-to-v1-4-1.md | Updated sidebar_position metadata from 4 to 5. |
| docs/upgrade/v1-3-2-to-v1-4-0.md | Updated sidebar_position metadata from 5 to 6. |
| docs/upgrade/v1-3-1-to-v1-3-2.md | Updated sidebar_position metadata from 6 to 7. |
| docs/upgrade/v1-2-2-to-v1-3-1.md | Updated sidebar_position metadata from 7 to 8. |
| docs/upgrade/v1-2-1-to-v1-2-2.md | Updated sidebar_position metadata from 8 to 9. |
| docs/upgrade/v1-2-0-to-v1-2-1.md | Updated sidebar_position metadata from 9 to 10. |
| docs/upgrade/v1-1-2-to-v1-2-0.md | Updated sidebar_position metadata from 10 to 11. |
| docs/upgrade/troubleshooting.md | Updated sidebar_position metadata from 11 to 12. |
Signed-off-by: Zespre Chang <zespre.chang@suse.com>
|
w13915984028
left a comment
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.
LGTM, thanks.
Problem:
Clusters upgrading from v1.4.2 to v1.4.3 will also encounter the image missing issue, which results in the upgrade process being stuck.
Solution:
Create the v1.4.2 to v1.4.3 upgrade path documentation with the known issue and possible workarounds. The content is the same as the v1.4.2 to v1.5.0 upgrade path.
Related Issue(s):
harvester/harvester#8052
Test plan:
Additional documentation or context