While trying to install Kind using these instructions, I am getting this error:
can't load package: package sigs.k8s.io/kind@v0.20.0: cannot use path@version syntax in GOPATH mode
I'm not sure what this means? I have installed go, and $GOPATH seems to be set (basically to /home/myusername/go
).
I am trying to learn kubernetes and I would like to use kind for creating a cluster. I don't know if it matters, but I am on WSL2. Docker is installed directly on linux (and docker daemon is running).