You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/manage/partials/mountable-topics.adoc
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,20 @@
1
1
== Prerequisites
2
2
3
+
4
+
ifndef::env-cloud[]
3
5
[NOTE]
4
6
====
5
7
include::shared:partial$enterprise-license.adoc[]
6
8
====
7
9
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).
11
12
endif::[]
12
13
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.
18
15
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::[]
19
18
20
19
== Unmount a topic from a cluster to object storage
0 commit comments