Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
7ec1d06
Update antora.yml
JakeSCahill May 22, 2025
011914c
Update local-antora-playbook.yml
JakeSCahill May 22, 2025
a34310a
DOC-1229 Document feature: Package Operator CRDs with Operator Helm C…
JakeSCahill Jun 26, 2025
30c90dc
Add docs for extraClusterConfig (#1187)
JakeSCahill Jul 2, 2025
90e6494
Rename extraClusterConfig to extraClusterConfiguration (#1195)
JakeSCahill Jul 8, 2025
36027b9
Fix field names
JakeSCahill Jul 9, 2025
e30e8f3
DOC-1407 single source additions for Cloud (#1139)
micheleRP Jun 13, 2025
c872eba
DOC-1449 revert playbook (#1164)
micheleRP Jun 15, 2025
0eea91c
DOC-1494 Mark KC as community supported (#1211)
micheleRP Jul 17, 2025
7177b07
Remove Kafka Connect info from Kubernetes docs (#1186)
JakeSCahill Jul 18, 2025
c796187
docs: remove ephemeral auth on Kafka API (#1210)
paulohtb6 Jul 18, 2025
fa353c0
DOC-1378: Compaction robustness (#1153)
Feediver1 Jul 18, 2025
984361f
[25.2] Serialized schema in Schema Registry API, support for confluen…
kbatuigas Jul 21, 2025
01d017e
DOC-1499 Update compatibility matrix for 25.2
JakeSCahill Jul 23, 2025
07a6596
Document cluster scope for the Kubernetes operator
JakeSCahill Jul 24, 2025
9358a0e
Remove references to createRPKBundleCRs
JakeSCahill Jul 25, 2025
c887d35
docs: use attributes instead of page level props (#1220)
paulohtb6 Jul 25, 2025
9789eb5
[25.2] KIP-554 support (#1240)
kbatuigas Jul 26, 2025
88e640f
[25.2] Iceberg - JSON Schema support (#1207)
kbatuigas Jul 26, 2025
819623a
Update modules/get-started/pages/release-notes/operator.adoc
JakeSCahill Jul 28, 2025
480757a
Console tab (#1239)
JakeSCahill Jul 28, 2025
9bc58b4
Apply suggestions from code review
JakeSCahill Jul 28, 2025
ee8faeb
Merge branch 'beta' into DOC-1459
JakeSCahill Jul 28, 2025
7bde5cb
Apply suggestions from code review
JakeSCahill Jul 29, 2025
a7cbfb6
Merge branch 'main' of https://github.com/redpanda-data/docs into DOC…
JakeSCahill Aug 1, 2025
251fc23
Apply suggestions from code review
JakeSCahill Aug 1, 2025
8a84690
Merge branch 'main' into DOC-1459
JakeSCahill Aug 1, 2025
96e6f90
Merge branch 'main' of https://github.com/redpanda-data/docs into DOC…
JakeSCahill Sep 8, 2025
5a6b81b
Remove beta from nav
JakeSCahill Sep 8, 2025
a009990
Remove duplicate warning
JakeSCahill Sep 8, 2025
73f9543
Merge branch 'main' into DOC-1459
JakeSCahill Oct 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
** xref:deploy:redpanda/index.adoc[Redpanda]
*** xref:deploy:redpanda/kubernetes/index.adoc[Kubernetes]
**** xref:deploy:redpanda/kubernetes/k-deployment-overview.adoc[Overview]
**** xref:deploy:redpanda/kubernetes/k-25.2-beta.adoc[Try v25.2]
**** xref:deploy:redpanda/kubernetes/get-started-dev.adoc[Get Started]
***** xref:deploy:redpanda/kubernetes/aks-guide.adoc[Azure AKS]
***** xref:deploy:redpanda/kubernetes/eks-guide.adoc[Amazon EKS]
Expand Down
332 changes: 0 additions & 332 deletions modules/deploy/pages/redpanda/kubernetes/k-25.2-beta.adoc

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ To deploy Redpanda in Kubernetes, you can choose between Helm for its simplicity
| Multi-tenancy management
| ✅
| ⚠️
| Helm requires separate releases to manage multiple clusters, making management more complex. The Redpanda Operator simplifies this through declarative custom resources.
| Helm requires separate releases to manage multiple clusters, making management more complex. The Redpanda Operator simplifies multi-tenancy by managing clusters across different namespaces from a single operator instance.

|===

Expand All @@ -50,7 +50,7 @@ TIP: If you are already using the Redpanda Helm chart and want to migrate to the
[[helm-and-redpanda-operator]]
=== Redpanda Operator

The Redpanda Operator is designed for production-grade Redpanda deployments, offering enhanced lifecycle management, automation, and GitOps compatibility.
The Redpanda Operator is designed for production-grade Redpanda deployments, offering enhanced lifecycle management, automation, and GitOps compatibility. The Redpanda Operator defaults to cluster scope, enabling it to manage multiple Redpanda clusters across different namespaces from a single operator instance.

The Redpanda Operator directly reconciles Redpanda resources, performing tasks such as installations, updates, and cleanup.

Expand Down
Loading