docs: state minimum operator version for cross-namespace shadow links#1798
docs: state minimum operator version for cross-namespace shadow links#1798JakeSCahill wants to merge 1 commit into
Conversation
The namespace field on clusterRef exists from operator 26.2.1-beta.3. On earlier 26.2 betas, Kubernetes silently prunes the unknown CRD field and the reference resolves in the ShadowLink's namespace, which is a quiet misconfiguration. Follow-up to #1793 review.
✅ Deploy Preview for redpanda-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
One-sentence follow-up to #1793 (per the review comment there): the
namespacefield onclusterRefexists from operator 26.2.1-beta.3. On beta.1/beta.2, Kubernetes silently prunes the unknown CRD field and the ShadowLink resolves the source in its own namespace — a quiet misconfiguration, so the page should state the minimum version. The 26.1 page (#1794) already carries its equivalent (v26.1.9).Related: DOC-2274
🤖 Generated with Claude Code