kubernetes-secret-decode icon indicating copy to clipboard operation
kubernetes-secret-decode copied to clipboard

Cant seem to get this installed

Open ghost opened this issue 5 years ago • 1 comments

Can't seem to get this installed. image

I have a go path of GOPATH=/Users/fnolla/go

I tried the curl command and chmod and moved to bin but still a no go. kubectl doesn't recognize any plugins installed

ghost avatar May 09 '19 20:05 ghost

Using go 1.18, I had to delete the GOPATH from the makefile, and then create a go.mod and go.sum and install the yaml library and then I could run make install and it worked properly.

I can open a PR if anyone wants to see what I did to fix it.

jason-carter-simplisafe avatar Nov 29 '22 14:11 jason-carter-simplisafe