Skip to content
Closed
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
24 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
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
4 changes: 3 additions & 1 deletion antora.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: ROOT
title: Self-Managed
version: 25.1
version: 25.2
display_version: '25.2 Beta'
prerelease: true
start_page: home:index.adoc
nav:
- modules/ROOT/nav.adoc
Expand Down
4 changes: 2 additions & 2 deletions local-antora-playbook.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
site:
title: Redpanda Docs
start_page: 25.1@ROOT:get-started:intro-to-events.adoc
start_page: 25.2@ROOT:get-started:intro-to-events.adoc
url: http://localhost:5002
robots: disallow
keys:
Expand All @@ -15,7 +15,7 @@ content:
- url: .
branches: HEAD
- url: https://github.com/redpanda-data/docs
branches: [v/*, api, shared, site-search,'!v-end-of-life/*']
branches: [main, v/*, api, shared, site-search,'!v-end-of-life/*']
- url: https://github.com/redpanda-data/cloud-docs
branches: 'main'
- url: https://github.com/redpanda-data/redpanda-labs
Expand Down
1 change: 0 additions & 1 deletion modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
*** xref:deploy:deployment-option/self-hosted/kubernetes/k-production-workflow.adoc[Deployment Workflow]
*** xref:deploy:deployment-option/self-hosted/kubernetes/k-requirements.adoc[Requirements and Recommendations]
*** xref:deploy:deployment-option/self-hosted/kubernetes/k-tune-workers.adoc[Tune Worker Nodes]
*** xref:deploy:deployment-option/self-hosted/kubernetes/k-25.1-beta.adoc[Try v25.1]
*** xref:deploy:deployment-option/self-hosted/kubernetes/kubernetes-deploy.adoc[Deploy Redpanda]
*** xref:deploy:deployment-option/self-hosted/kubernetes/k-deploy-connectors.adoc[Deploy Connectors]
*** xref:deploy:deployment-option/self-hosted/kubernetes/k-high-availability.adoc[High Availability]
Expand Down
2 changes: 2 additions & 0 deletions modules/console/pages/config/configure-console.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ KAFKA_BROKERS=redpanda-0:9092,redpanda-1:9092,redpanda-2:9092
NOTE: You cannot use environment variables to configure object arrays, such as the configuration
for Kafka Connect clusters. In this case, use a YAML file, and provide secrets using environment variables or command line arguments.

include::shared:partial$community-supported-kc.adoc[]

== Docker Compose example

If you are using Docker Compose, you can mount the configuration file and set the environment variable in your `docker-compose.yml` file:
Expand Down
2 changes: 2 additions & 0 deletions modules/console/pages/config/kafka-connect.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
:description: Connect one or more Kafka Connect clusters with Redpanda Console.
:page-aliases: console:features/kafka-connect.adoc, manage:console/kafka-connect.adoc

include::shared:partial$community-supported-kc.adoc[]

Redpanda Console provides a user interface that lets you manage multiple Kafka Connect clusters.
You can inspect or patch connectors; restart, pause, and resume connector tasks; and delete connectors.
Redpanda Console queries all configured Kafka Connect
Expand Down
2 changes: 2 additions & 0 deletions modules/console/pages/config/security/authorization.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ Redpanda Console provides the following predefined roles:
| No limitations
|===

include::shared:partial$community-supported-kc.adoc[]

== Grant permissions through role bindings

When impersonation is disabled, Redpanda Console connects to Redpanda APIs using the service account defined in:
Expand Down
2 changes: 2 additions & 0 deletions modules/console/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ image::schema-reg.png[]

View and manage Kafka Connect clusters and connectors, simplifying the integration of external systems with your streaming data.

include::shared:partial$community-supported-kc.adoc[]

== Who should use Redpanda Console?

Redpanda Console is designed for:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
= Deploy Kafka Connect in Docker
:description: Learn how to use the Docker image to configure connectors for Redpanda.
:page-context-links: [{"name": "Docker", "to": "deploy:deployment-option/self-hosted/docker-image.adoc" },{"name": "Kubernetes", "to": "deploy:deployment-option/self-hosted/kubernetes/k-deploy-connectors.adoc" } ]
:page-toclevels: 1
:page-categories: Deployment, Integration
:env-docker: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@ To delete your Kubernetes cluster:
az aks delete --name <cluster-name> --resource-group redpandaResourceGroup
----

To remove the convenience alias created during the quickstart:

```bash
unalias internal-rpk
```

include::deploy:partial$kubernetes/guides/troubleshoot.adoc[leveloffset=+1]

include::deploy:partial$kubernetes/guides/next-steps.adoc[leveloffset=+1]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,12 @@ To delete your Kubernetes cluster:
eksctl delete cluster --name <cluster-name>
----

To remove the convenience alias created during the quickstart:

```bash
unalias internal-rpk
```

include::deploy:partial$kubernetes/guides/troubleshoot.adoc[leveloffset=+1]

include::deploy:partial$kubernetes/guides/next-steps.adoc[leveloffset=+1]
Expand Down

This file was deleted.

Loading