Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
7455d51
Update config for new beta
Deflaimun Oct 2, 2024
b26cb0d
update with rpk 24.3.1-rc1 (#819)
Deflaimun Oct 21, 2024
4cb6671
DOC-502 License enforcement updates (#813)
JakeSCahill Oct 22, 2024
bc9749e
Properties 24 3 (#822)
Deflaimun Oct 22, 2024
3ddeef4
Add User resource docs (#773)
JakeSCahill Oct 23, 2024
29a0352
Leader pinning (#809)
kbatuigas Oct 28, 2024
5efc18c
DOC-287 Mountable TS topics (#725)
kbatuigas Oct 30, 2024
8a97c9d
Update with latest rpk commands from v0.0.0-20241104git4a0f859 (#835)
Deflaimun Nov 4, 2024
e57f5dc
what's new in 24.3 beta (#811)
micheleRP Nov 4, 2024
6ac5cc8
Force-update fallback 24.3-rc2
Deflaimun Nov 4, 2024
a437f34
Michele rp patch 1 (#837)
micheleRP Nov 6, 2024
fa14029
DOC-470 Debug bundle in Redpanda Console (#825)
JakeSCahill Nov 12, 2024
0b5d3d4
add Tombstone property (#847)
Deflaimun Nov 12, 2024
440bdd4
Tombstone retention (#829)
kbatuigas Nov 12, 2024
2e4c81c
Doc-476 - Backfill partitioning update (#842)
Feediver1 Nov 15, 2024
c121ad3
Doc 2599 - Configure Redpanda with a Customer-Managed Key (#808)
Feediver1 Nov 15, 2024
eedc7c2
DOC-759 fix link (#866)
micheleRP Nov 18, 2024
332aeed
Change status of intra broker balancing from beta to GA (#855)
kbatuigas Nov 19, 2024
fb335c4
DOC-758 Update What's New for 24.3 GA (#865)
micheleRP Nov 19, 2024
62205f5
DOC-425 How to use the new debug bundle cluster configs (#862)
JakeSCahill Nov 20, 2024
e5509f9
DOC-470 Debug bundle in Redpanda Console (#825)
JakeSCahill Nov 12, 2024
5e3c6af
add new rpk commands to cloud
Deflaimun Nov 18, 2024
c3b0352
Revert "DOC-470 Debug bundle in Redpanda Console (#825)"
Deflaimun Nov 21, 2024
f1638f5
Merge branch 'main' into rpk-cloud-update
Deflaimun Dec 3, 2024
5bb5294
update
Deflaimun Dec 3, 2024
29b0269
fix
Deflaimun Dec 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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[]
Loading