Skip to content

Commit

Permalink
add new rpk commands to cloud (#867)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
8 people authored Dec 3, 2024
1 parent 4f479ae commit 3559a16
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
= rpk cluster storage cancel mount
// tag::single-source[]

Cancels a mount/unmount operation on a topic.

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

|-v, --verbose |- |Enable verbose logging.
|===
|===

// end::single-source[]
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
= rpk cluster storage list mount
// tag::single-source[]

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

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

|-v, --verbose |- |Enable verbose logging.
|===
|===

// end::single-source[]
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
= rpk cluster storage list-mountable
// tag::single-source[]

List topics that are available to mount from object storage.

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

|-v, --verbose |- |Enable verbose logging.
|===
|===

// end::single-source[]
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
= rpk cluster storage mount
// tag::single-source[]

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

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

|-v, --verbose |- |Enable verbose logging.
|===
|===

// end::single-source[]
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
= rpk cluster storage status mount
// tag::single-source[]

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

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

|-v, --verbose |- |Enable verbose logging.
|===
|===

// end::single-source[]
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
= rpk cluster storage unmount
// tag::single-source[]

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

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

|-v, --verbose |- |Enable verbose logging.
|===
|===

// end::single-source[]

0 comments on commit 3559a16

Please sign in to comment.