kubernetes-secret-decode
kubernetes-secret-decode copied to clipboard
Cant seem to get this installed
Can't seem to get this installed.
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
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.