Skip to content

Commit 3559a16

Browse files
DeflaimunFeediver1JakeSCahillpgellertasimms41
authored
add new rpk commands to cloud (#867)
Co-authored-by: Joyce Fee <[email protected]> Co-authored-by: Jake Cahill <[email protected]> Co-authored-by: Gellért Peresztegi-Nagy <[email protected]> Co-authored-by: Angela Simms <[email protected]> Co-authored-by: Kat Batuigas <[email protected]> Co-authored-by: Michele Cyran <[email protected]> Co-authored-by: JakeSCahill <[email protected]>
1 parent 4f479ae commit 3559a16

File tree

6 files changed

+24
-6
lines changed

6 files changed

+24
-6
lines changed

modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-cancel-mount.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= rpk cluster storage cancel mount
2+
// tag::single-source[]
23

34
Cancels a mount/unmount operation on a topic.
45

@@ -42,4 +43,6 @@ rpk cluster storage cancel-mount 123
4243
|--profile |string |Profile to use. See xref:reference:rpk/rpk-profile.adoc[`rpk profile`] for more details.
4344

4445
|-v, --verbose |- |Enable verbose logging.
45-
|===
46+
|===
47+
48+
// end::single-source[]

modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-list-mount.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= rpk cluster storage list mount
2+
// tag::single-source[]
23

34
List mount/unmount operations on a topic in the Redpanda cluster from glossterm:tiered-storage[].
45

@@ -64,4 +65,6 @@ rpk cluster storage list-mount --filter planned
6465
|--profile |string |Profile to use. See xref:reference:rpk/rpk-profile.adoc[`rpk profile`] for more details.
6566

6667
|-v, --verbose |- |Enable verbose logging.
67-
|===
68+
|===
69+
70+
// end::single-source[]

modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-list-mountable.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= rpk cluster storage list-mountable
2+
// tag::single-source[]
23

34
List topics that are available to mount from object storage.
45

@@ -37,4 +38,6 @@ rpk cluster storage list-mountable
3738
|--profile |string |Profile to use. See xref:reference:rpk/rpk-profile.adoc[`rpk profile`] for more details.
3839

3940
|-v, --verbose |- |Enable verbose logging.
40-
|===
41+
|===
42+
43+
// end::single-source[]

modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-mount.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= rpk cluster storage mount
2+
// tag::single-source[]
23

34
Mount a topic to the Redpanda cluster from glossterm:tiered-storage[].
45

@@ -56,4 +57,6 @@ rpk cluster storage mount <my-namespace>/<my-topic> --to <my-namespace>/<my-new-
5657
|--profile |string |Profile to use. See xref:reference:rpk/rpk-profile.adoc[`rpk profile`] for more details.
5758

5859
|-v, --verbose |- |Enable verbose logging.
59-
|===
60+
|===
61+
62+
// end::single-source[]

modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-status-mount.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= rpk cluster storage status mount
2+
// tag::single-source[]
23

34
Status of mount/unmount operation on topic in a Redpanda cluster from glossterm:tiered-storage[].
45

@@ -42,4 +43,6 @@ rpk cluster storage status-mount 123
4243
|--profile |string |Profile to use. See xref:reference:rpk/rpk-profile.adoc[`rpk profile`] for more details.
4344

4445
|-v, --verbose |- |Enable verbose logging.
45-
|===
46+
|===
47+
48+
// end::single-source[]

modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-unmount.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= rpk cluster storage unmount
2+
// tag::single-source[]
23

34
Unmount a topic from the Redpanda cluster and secure it in glossterm:tiered-storage[].
45

@@ -49,4 +50,6 @@ rpk cluster storage unmount <my-namespace>/<my-topic>
4950
|--profile |string |Profile to use. See xref:reference:rpk/rpk-profile.adoc[`rpk profile`] for more details.
5051

5152
|-v, --verbose |- |Enable verbose logging.
52-
|===
53+
|===
54+
55+
// end::single-source[]

0 commit comments

Comments
 (0)