docs: surface Redpanda Connect pipelines for operator users (DOC-2275)#1808
docs: surface Redpanda Connect pipelines for operator users (DOC-2275)#1808JakeSCahill wants to merge 2 commits into
Conversation
Three discovery surfaces for the 26.2 Pipeline CRD (DOC-2275): - new Manage > Kubernetes page routing to the full guide in the Connect docs, positioned next to Manage Kafka Connect - Pipeline row in the CRD reference index - TIP on Manage Kafka Connect pointing at the first-class alternative
✅ Deploy Preview for redpanda-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Important Review skippedDraft detected. 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 |
|
Update: the Redpanda Connect operator support (Pipeline CRD, redpanda-operator#1677) is expected to slip past 26.2, most likely to 26.3. This PR stays in draft until the CRD ships in a released operator. Do not merge for the 26.2 GA on July 28. |
DRAFT: hold until the Pipeline CRD ships in a released operator and redpanda-data/rp-connect-docs#457 is published. Target slipped: now expected in 26.3, not 26.2.
Operator users currently have no way to discover the new Pipeline resource from the Streaming docs: the Manage > Kubernetes nav lists Manage Topics and (community-supported) Manage Kafka Connect, but not the first-class Connect option. This PR adds three discovery surfaces:
manage:kubernetes/k-connect-pipelines.adoc(nav: "Redpanda Connect Pipelines", next to Manage Kafka Connect): short concept page covering what the Pipeline resource is, when to choose it over Kafka Connect, and routing to the full guide in the Connect docs (xref:connect:install:kubernetes-operator.adoc[]).reference:k-crd-index.adocwith source-file link and cross-link to the guide.Build note
Antora reports two expected broken-xref warnings for
connect:install:kubernetes-operator.adocbecause that page lives in the unmerged rp-connect-docs#457. They resolve when that PR merges.Before un-drafting (GA batch, with rp-connect-docs#457)
Part of DOC-2275; eng feature is redpanda-operator#1677.