-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation bug in "using-wsl2.md" #1977
Comments
Would you mind sending a PR? WSL2 support is fully community maintained, none of the maintainers are using it currently. |
/good-first-issue |
@aojea: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Hi Benjamin,
Sorry, PR?
Alan
…On Mon, 14 Dec 2020 at 18:17, Benjamin Elder ***@***.***> wrote:
Would you mind sending a PR? WSL2 support is fully community maintained,
none of the maintainers are using it currently.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1977 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADERGDGB7OHWT4APULWR5ETSUZJCJANCNFSM4U27K7BA>
.
|
Ah yes, good idea, assign it to me, I didn't think of that!
…On Tue, 15 Dec 2020 at 14:50, Antonio Ojea ***@***.***> wrote:
/good-first-issue
/help wanted
@alandixon <https://github.com/alandixon> should I assign it to you?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1977 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADERGDHJQKO2TBFDBE2VBXTSU5ZUTANCNFSM4U27K7BA>
.
|
/assign @alandixon |
Er sorry for the jargon / acronym! Pull request, a patch on GitHub 😅 |
Hi @aojea, I'd like to fix this documentaion bug. |
@gunadhya go for it, worst case we have 2 PRS ... |
is there any person using WSL that can confirm what is the right command? |
The fix is in my original comment. |
Thanks Alan |
After all that, I got it wrong anyway :(
i.e. it's |
why does this work then? |
Sorry, not really a bug, but the best label fit available.
Documentation bug in kind/site/content/docs/user/using-wsl2.md
(https://github.com/kubernetes-sigs/kind/blob/master/site/content/docs/user/using-wsl2.md)
At the bottom of the document in the paragraph "Helpful Tips for WSL2"
Your proposed approach "wsl distro --shutdown" throws an error: "/bin/bash: distro: command not found".
You shutdown a distro with
wsl --shutdown <distro>
i.e. the parameter order needs to be reversed.This is incorrect, see my comment below
The text was updated successfully, but these errors were encountered: