OCM-19813 | fix: update design.md per current code#578
OCM-19813 | fix: update design.md per current code#578elveeram wants to merge 1 commit intoopenshift:masterfrom
Conversation
WalkthroughDocumentation update to Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: elveeram The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@elveeram: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
docs/design.md (1)
223-225: Minor: inline failure-policy note duplicates the dedicated section below.Line 225 summarizes the failure policy already fully described in the "OSD Upgrade Failure Policy" section at line 267. Consider replacing the summary with a cross-reference (e.g., "See OSD Upgrade Failure Policy for details.") to avoid future drift between the two descriptions.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@docs/design.md` around lines 223 - 225, The inline summary of the upgrade failure policy (the sentence mentioning upgradeWindow.timeOut, marking upgrade as Failed, removing extra scaled nodes and sending a failure notification) duplicates the full "OSD Upgrade Failure Policy" section; replace that summary in the UpgradeDelayedCheck/StartedNotificationSent paragraph with a brief cross-reference such as "See OSD Upgrade Failure Policy for details" (linking to the "OSD Upgrade Failure Policy" anchor) so the document refers to the single authoritative section and avoids duplication.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@docs/design.md`:
- Around line 223-225: The inline summary of the upgrade failure policy (the
sentence mentioning upgradeWindow.timeOut, marking upgrade as Failed, removing
extra scaled nodes and sending a failure notification) duplicates the full "OSD
Upgrade Failure Policy" section; replace that summary in the
UpgradeDelayedCheck/StartedNotificationSent paragraph with a brief
cross-reference such as "See OSD Upgrade Failure Policy for details" (linking to
the "OSD Upgrade Failure Policy" anchor) so the document refers to the single
authoritative section and avoids duplication.
ℹ️ Review info
Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml
Review profile: CHILL
Plan: Pro
Cache: Disabled due to data retention organization setting
Knowledge base: Disabled due to data retention organization setting
📒 Files selected for processing (1)
docs/design.md
What type of PR is this?
This PR is documentation fix for design.md.
What this PR does / why we need it?
We need to update the design.md file per the current code and change params to reflect the correct fields and its values.
Which Jira/Github issue(s) this PR fixes?
OCM-19813
Summary by CodeRabbit