Closed
Description
I followed installation steps from QuickStart Kind but still have an issue with kind not found.
Here some information :
1- go version go1.10.4 linux/amd64
2-kubectl version --client
Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.2", GitCommit:"52c56ce7a8272c798dbc29846288d7cd9fbae032", GitTreeState:"clean", BuildDate:"2020-04-16T11:56:40Z", GoVersion:"go1.13.9", Compiler:"gc", Platform:"linux/amd64"}
The issue :
$ kind create cluster
Command 'kind' not found, did you mean:
command 'find' from deb findutils
command 'kino' from deb kino
command 'king' from deb king
command 'kfind' from deb kfind
command 'kid' from deb python-kidTry: sudo apt install
Any advice on how to solve this issue?
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
artur-jablonski commentedon May 2, 2020
This is most likely because you don't have
kind
on your path.If you followed the quick start then there's this step:
Where did you move it to?
You can try
./kind create cluster
from directory where you downloadedkind
.may101 commentedon May 2, 2020
Hi
Thank you for your reply. Still, I am not sure about that

when I installed kind by curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.8.0/kind-$(uname)-amd64
it installed in the same directory, please see the attache image
may101 commentedon May 2, 2020
Yes I tried that it shows the following :

may101 commentedon May 2, 2020
any advice on how can I solve the issue?
artur-jablonski commentedon May 2, 2020
You have a typo in your command. It's
create
notcreat
may101 commentedon May 2, 2020
Its works now, I can't believe it was a typo
Thank you so much @artur-jablonski for your help
may101 commentedon May 2, 2020
Still, I couldn't make it to move "
kind
" to my path> mv ./kind /some-dir-in-your-PATH/kind
I am not sure how to do this step mv and use kind instead of
./kind
,Based on previous images of my direct path, can you give me an example of how to move
./kind
?BenTheElder commentedon May 2, 2020
replace /some-dir-in-your-PATH with the directory you'd like to install it to which must be in your PATH.
These aren't fully standard so we leave it up to you to choose
artur-jablonski commentedon May 2, 2020
sudo mv ./kind /usr/local/bin/kind
may101 commentedon May 2, 2020
Thank you all for your help,
Yes ! It works now, I been able now to use
kind
command instead of./kind
asok-mirror commentedon Aug 9, 2021
wish the document to be updated with the above command.
https://kind.sigs.k8s.io/docs/user/quick-start/
BenTheElder commentedon Aug 9, 2021
mv is in the above doc. There isn't technically a universal PATH location however.
mrizwanashiq commentedon Mar 16, 2022
This Worked for me, thanks artur-jablonski
9 remaining items