-
Notifications
You must be signed in to change notification settings - Fork 45
DOC-1229 Document feature: Package Operator CRDs with Operator Helm Chart #1172
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
base: beta
Are you sure you want to change the base?
Conversation
✅ 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 You can disable this status message by setting the 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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Description
Resolves https://redpandadata.atlassian.net/browse/DOC-1229
Review deadline: June 22
This pull request makes significant updates to the documentation for deploying, upgrading, and uninstalling Redpanda in Kubernetes environments. The changes focus on removing outdated content that mentions Flux, and improving clarity around operator and Helm chart management. Key updates include the removal of the v25.1 Beta documentation, consolidation of CRD installation steps, and enhancements to the uninstall process.
Removal of outdated content:
modules/ROOT/nav.adoc
: Removed references to the v25.1 Beta documentation from the navigation menu.modules/deploy/pages/deployment-option/self-hosted/kubernetes/k-25.1-beta.adoc
: Deleted the v25.1 Beta documentation, including installation instructions for the Redpanda Operator and Helm chart.modules/get-started/pages/release-notes/helm-charts.adoc
andmodules/get-started/pages/release-notes/operator.adoc
: Removed links to the v25.1 Beta documentation from release notes. [1] [2]Consolidation of CRD installation:
modules/deploy/partials/kubernetes/deploy-operator.adoc
: Added CRD installation directly into the Redpanda Operator deployment steps, eliminating the need for separate CRD installation instructions.modules/deploy/partials/kubernetes/install-crds.adoc
: Removed standalone CRD installation instructions since they are now integrated into the operator deployment.k-production-deployment.adoc
,guides/deploy-redpanda.adoc
,helm-to-operator.adoc
,k-upgrade-operator.adoc
) to reference the new consolidated operator deployment steps. [1] [2] [3] [4]Enhancements to uninstall processes:
modules/deploy/partials/kubernetes/guides/uninstall.adoc
: Reorganized the uninstall steps to ensure proper order and avoid race conditions. Added explicit instructions for deleting Redpanda-related resources, CRDs, and leftover Kubernetes objects.Addition of alias removal instructions:
internal-rpk
alias across multiple guides (aks-guide.adoc
,eks-guide.adoc
,local-guide.adoc
). [1] [2] [3]These changes streamline the documentation, making it easier for users to deploy, upgrade, and manage Redpanda in Kubernetes environments while removing outdated and redundant content.
Page previews
Checks