Skip to content

Commit

Permalink
DOC-824 rpk with wsl (#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
Deflaimun authored Jan 28, 2025
1 parent 9328ffa commit d10ccdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/get-started/pages/quick-start.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,6 @@ To test external connectivity using your local machine:

. Install rpk on your local machine:
+
NOTE: The `rpk` binary is not supported on Windows.
+
[tabs]
======
Linux::
Expand Down
3 changes: 3 additions & 0 deletions modules/get-started/partials/install-rpk-linux.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ curl -LO https://github.com/redpanda-data/redpanda/releases/latest/download/rpk-
unzip rpk-linux-arm64.zip -d ~/.local/bin/
----
====

TIP: You can use `rpk` on Windows with https://learn.microsoft.com/windows/wsl/install[WSL]^. Note that commands that require Redpanda to be installed on your machine are not supported, such as xref:reference:rpk/rpk-container.adoc[`rpk container`] commands, xref:reference:rpk/rpk-iotune.adoc[`rpk iotune`], and xref:reference:rpk/rpk-redpanda.adoc[`rpk redpanda`] commands.

// end::latest[]

ifndef::env-cloud[]
Expand Down

0 comments on commit d10ccdf

Please sign in to comment.