Skip to content

Commit fb4fefd

Browse files
committed
BYOVPC prereq and bucket name clarification
1 parent 4d46cb8 commit fb4fefd

2 files changed

Lines changed: 4 additions & 21 deletions

File tree

modules/manage/pages/iceberg/about-iceberg-topics.adoc

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ When you enable the Iceberg integration for a Redpanda topic, Redpanda brokers s
4545
To enable Iceberg for Redpanda topics, you must have the following:
4646

4747
ifdef::env-cloud[]
48-
* A running xref:get-started:cluster-types/byoc/index.adoc[BYOC] cluster on Redpanda version 25.1 or later. The Iceberg integration is supported only for BYOC, and the cluster properties to configure Iceberg are available with v25.1.
48+
* A running xref:get-started:cluster-types/byoc/index.adoc[BYOC] or BYOVPC cluster on Redpanda version 25.1 or later. The Iceberg integration is supported only for BYOC and BYOVPC, and the cluster properties to configure Iceberg are available with v25.1.
4949
* rpk: See xref:get-started:rpk-install.adoc[].
5050
* Familiarity with the Redpanda Cloud API. You must link:/api/doc/cloud-controlplane/authentication[authenticate] to the Cloud API and use the Control Plane API to update your cluster configuration.
5151
endif::[]
@@ -189,26 +189,9 @@ ifdef::env-cloud[]
189189

190190
=== Access Iceberg data
191191

192-
To query the Iceberg table, you need access to the object storage bucket or container where the Iceberg data is stored. For BYOC clusters, the bucket name and table location are as follows:
192+
To query the Iceberg table, you need access to the object storage bucket or container where the Iceberg data is stored.
193193

194-
|===
195-
| Cloud provider | Bucket or container name | Iceberg table location
196-
197-
| AWS
198-
| `redpanda-cloud-storage-<cluster-id>`
199-
.3+a| `redpanda-iceberg-catalog/redpanda/<topic-name>`
200-
201-
| Azure
202-
a| `<cluster-id>`
203-
204-
The Redpanda cluster ID is also used as the container name (ID) and the storage account ID.
205-
206-
207-
| GCP
208-
| `redpanda-cloud-storage-<cluster-id>`
209-
210-
211-
|===
194+
include::manage:partial$iceberg-access-table.adoc[]
212195

213196
For Azure clusters, you must add the public IP addresses or ranges from the REST catalog service, or other clients requiring access to the Iceberg data, to your cluster's allow list. Alternatively, add subnet IDs to the allow list if the requests originate from the same Azure region.
214197

modules/manage/pages/iceberg/iceberg-topics-databricks-unity.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Follow the steps in the https://docs.databricks.com/aws/en/connect/unity-catalog
7373
The external location stores the Unity Catalog-managed Iceberg metadata, and the Iceberg data written by Redpanda. You must use the same bucket configured for glossterm:Tiered Storage[] for your Redpanda cluster.
7474

7575
ifdef::env-cloud[]
76-
For BYOC clusters, the bucket name is `redpanda-cloud-storage-<cluster-id>`, where `<cluster-id>` is the ID of your Redpanda cluster.
76+
For BYOC clusters, the bucket name is `redpanda-cloud-storage-<cluster-id>`, where `<cluster-id>` is the ID of your Redpanda cluster. For BYOVPC clusters, the bucket name is the name you chose when you created the Tiered Storage bucket as a customer-managed resource.
7777
endif::[]
7878

7979
Follow the steps in the https://docs.databricks.com/aws/en/connect/unity-catalog/cloud-storage/external-locations[Databricks documentation] to *manually* create an external location. You can create the external location in the Catalog Explorer or with SQL. You must create the external location manually because the location needs to be associated with the existing Tiered Storage bucket URL, `s3://<bucket-name>`.

0 commit comments

Comments
 (0)