Go install failing while installing k8s 'Kind'

139 Views Asked by At

While trying to install Kind using these instructions, I am getting this error:

can't load package: package sigs.k8s.io/[email protected]: 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).

0

There are 0 best solutions below