Skip to content

Commit

Permalink
add new rpk commands to cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
Deflaimun committed Nov 18, 2024
1 parent 0cf4b28 commit da73c50
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.
|===
|===
st
// 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 da73c50

Please sign in to comment.