Skip to content

Commit 0c97327

Browse files
Deflaimunkbatuigas
andauthored
modify mount topics conditionalization for cloud (#894)
Co-authored-by: Kat Batuigas <[email protected]>
1 parent 5da2d39 commit 0c97327

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

modules/manage/partials/mountable-topics.adoc

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
== Prerequisites
22

3+
4+
ifndef::env-cloud[]
35
[NOTE]
46
====
57
include::shared:partial$enterprise-license.adoc[]
68
====
79

8-
ifndef::env-cloud[]
9-
. xref:get-started:rpk-install.adoc[Install `rpk`], or ensure that you have access to the Admin API.
10-
. Enable xref:manage:tiered-storage.adoc[Tiered Storage] for specific topics, or for the entire cluster (all topics).
10+
* xref:get-started:rpk-install.adoc[Install `rpk`], or ensure that you have access to the Admin API.
11+
* Enable xref:manage:tiered-storage.adoc[Tiered Storage] for specific topics, or for the entire cluster (all topics).
1112
endif::[]
1213
ifdef::env-cloud[]
13-
. xref:manage:rpk/rpk-install.adoc[Install `rpk`] to run cluster mount and unmount operations on the command line, or xref:manage:api/cloud-api-authentication.adoc[authenticate] to the Cloud API and execute these operations programmatically.
14-
+
15-
If using the Cloud API, you'll make requests against Data Plane APIs. Make sure you xref:manage:api/cloud-dataplane-api.adoc#get-data-plane-api-url[retrieve the Data Plane API URL] and use this URL to perform a mount or unmount operation.
16-
. Enable xref:ROOT:manage:tiered-storage.adoc[Tiered Storage] for the topics you want to unmount or mount.
17-
endif::[]
14+
xref:manage:rpk/rpk-install.adoc[Install `rpk`] or xref:manage:api/cloud-api-authentication.adoc[authenticate] to the Cloud API.
1815
16+
If using the API, make sure that you have the correct xref:manage:api/cloud-dataplane-api.adoc#get-data-plane-api-url[Data Plane API URL].
17+
endif::[]
1918

2019
== Unmount a topic from a cluster to object storage
2120

0 commit comments

Comments
 (0)