Marko Mikulicic
Marko Mikulicic
yeah, as always writing the feature is 10% of the work; then the tests are the 190% percent of the work
`go version` ?
In which directory are you running the go get command?
Does `go install github.com/kubecfg/kubecfg@latest` work?
Ah probably we need to cut another release after the rename
Anyway if all you want is to just build the binary while we fix this you can just do either `make` or `go build` (while in the checked out sources;...
If you want to install the latest release with go get, then please use the old name (go get github.com/bitnami/kubecfg). Sorry for the mess
Uh this is surprising/interesting. Could you attach the output of kubectl get -o yaml of the sealed secret and the generated secret (minus the actual secret data) I'm curious to...
are you sure you didn't delete the `SealedSecret` after the controller has created the `Secret` out of it?
FWIW, having binaries not compiled with CGO is the most common problem with tailscale that we have at work. We often don't compile the tools but rely on package managers...