-
Notifications
You must be signed in to change notification settings - Fork 448
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
combine prepare_env scripts into one #38
Conversation
cc/ @yecol @sighingnow please review and give some comments. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just a little concern about WSL_DISTRO_NAME
or IS_WSL
? Are they guaranteed to exist under WSL2 environment?
there is a issue in WSL that suggest to use the env to check is in WSL or not. microsoft/WSL#4555 (comment) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest the script could be more verbose.
- tell user what is doing.
- give a summary at the end of the entire process.
e.g.,
minikube VERSION installed.
# or
kind VERSION installed.
dockerd started.
...
already add some verbose log and a summary to script, please review again |
What do these changes do?
combine the prepare_env.sh and prepare_env_wsl.sh into one
Related issue number
Fixes #33