From 3559a16506c729eec341d9344aaa00be6895c8a4 Mon Sep 17 00:00:00 2001 From: Paulo Borges Date: Tue, 3 Dec 2024 12:20:11 -0300 Subject: [PATCH] add new rpk commands to cloud (#867) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Joyce Fee <102751339+Feediver1@users.noreply.github.com> Co-authored-by: Jake Cahill <45230295+JakeSCahill@users.noreply.github.com> Co-authored-by: Gellért Peresztegi-Nagy Co-authored-by: Angela Simms <102690377+asimms41@users.noreply.github.com> Co-authored-by: Kat Batuigas <36839689+kbatuigas@users.noreply.github.com> Co-authored-by: Michele Cyran Co-authored-by: JakeSCahill --- .../rpk/rpk-cluster/rpk-cluster-storage-cancel-mount.adoc | 5 ++++- .../rpk/rpk-cluster/rpk-cluster-storage-list-mount.adoc | 5 ++++- .../rpk/rpk-cluster/rpk-cluster-storage-list-mountable.adoc | 5 ++++- .../pages/rpk/rpk-cluster/rpk-cluster-storage-mount.adoc | 5 ++++- .../rpk/rpk-cluster/rpk-cluster-storage-status-mount.adoc | 5 ++++- .../pages/rpk/rpk-cluster/rpk-cluster-storage-unmount.adoc | 5 ++++- 6 files changed, 24 insertions(+), 6 deletions(-) diff --git a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-cancel-mount.adoc b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-cancel-mount.adoc index c2e2bd187..feb494b6e 100644 --- a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-cancel-mount.adoc +++ b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-cancel-mount.adoc @@ -1,4 +1,5 @@ = rpk cluster storage cancel mount +// tag::single-source[] Cancels a mount/unmount operation on a topic. @@ -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. -|=== \ No newline at end of file +|=== + +// end::single-source[] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-list-mount.adoc b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-list-mount.adoc index 04e69fb50..4443eefcb 100644 --- a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-list-mount.adoc +++ b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-list-mount.adoc @@ -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[]. @@ -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. -|=== \ No newline at end of file +|=== + +// end::single-source[] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-list-mountable.adoc b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-list-mountable.adoc index af7f4a064..023f25184 100644 --- a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-list-mountable.adoc +++ b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-list-mountable.adoc @@ -1,4 +1,5 @@ = rpk cluster storage list-mountable +// tag::single-source[] List topics that are available to mount from object storage. @@ -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. -|=== \ No newline at end of file +|=== + +// end::single-source[] \ No newline at end of file diff --git a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-mount.adoc b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-mount.adoc index c87a47fa2..15f32cbc8 100644 --- a/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-mount.adoc +++ b/modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-mount.adoc @@ -1,4 +1,5 @@ = rpk cluster storage mount +// tag::single-source[] Mount a topic to the Redpanda cluster from glossterm:tiered-storage[]. @@ -56,4 +57,6 @@ rpk cluster storage mount / --to // |--profile |string |Profile to use. See xref:reference:rpk/rpk-profile.adoc[`rpk profile`] for more details. |-v, --verbose |- |Enable verbose logging. -|=== \ No newline at end of file +|=== + +// end::single-source[] \ No newline at end of file