docs: fix misleading shadow linking troubleshooting check (DOC-2231) - #1802
Conversation
…adow cluster The prerequisites already state that only the shadow cluster needs enable_shadow_linking, but the troubleshooting section told users to verify it on both clusters. LLM assistants latch onto this as a debugging gotcha even when irrelevant (DOC-2231).
✅ Deploy Preview for redpanda-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughUpdates Helm troubleshooting guidance for shadow linking. The documentation now states that Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Review: fix misleading shadow linking troubleshooting check (DOC-2231)OverviewOne-file fix: the Kubernetes shadow-linking troubleshooting section told users to verify Verified — the fix is factually right
One suggestion
RisksMinimal — a three-line docs correction that removes wrong guidance rather than adding new claims. The one process item is making sure the beta counterpart actually lands, since beta's copy of this page carries the same wrong instruction; the PR body already commits to that. Verdict: correct, well-scoped, and it fixes the DOC-2231 complaint at its root (the misleading check was being surfaced verbatim by the Docs MCP). Good to merge with the one-word spelling tweak. 🤖 Generated with Claude Code |
Feediver1
left a comment
There was a problem hiding this comment.
one minor suggestion/nit
|
Applied in 7c37bac: "bi-directional" is now "bidirectional", matching the DOC-2217 shadowing-upgrade spelling. Same fix applied to the beta twin #1803. 🤖 Generated with Claude Code |
The troubleshooting section on k-shadow-linking told users to verify
enable_shadow_linkingon both clusters, but only the shadow (target) cluster requires it — the prerequisites partial on the same page already says so. The mismatch misleads readers and LLM assistants using the Docs MCP treat it as a debugging gotcha even when irrelevant (DOC-2231).Now the check targets the shadow cluster only, with a sentence explaining that the source cluster needs the property only when it also acts as the shadow cluster of another link (bi-directional topologies).
Beta counterpart PR follows. Fixes DOC-2231.