Skip to content
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

mkdir bin issue #31

Open
burrsutter opened this issue Jul 25, 2020 · 1 comment
Open

mkdir bin issue #31

burrsutter opened this issue Jul 25, 2020 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@burrsutter
Copy link
Contributor

https://redhat-developer-demos.github.io/kubernetes-tutorial/kubernetes-tutorial/installation.html#install-minikube

this instructs the reader to
cd $TUTORIAL_HOME
and then to
mkdir bin && cd bin

There is already a bin directory therefore mkdir fails. Also, it seems inappropriate to put the minikube and kubectl binaries in a bin folder IN the kubernetes-tutorial directory. I think it would be better if the bin for minikube/kubectl and other executables were a sibling/peer of the main tutorial directories.

@lordofthejars
Copy link
Contributor

The first time I saw that I thought the same as you, but then I noticed that it is the best way to be sure that users are using exactly what we want. One option could be as you said as a sibling directory, but then we are modifying the teacher computer outside the boundaries of the tutorial.

So well let 's say I do not have an strong opinion about that. Maybe @kameshsampath can throw some light too :)

@sebastienblanc sebastienblanc added the documentation Improvements or additions to documentation label Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants