We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation via krew or brew fails and building it locally works, but the binary does not appear to work.
krew
brew
$ git clone git@github.com:soluble-ai/kubetap.git $ cd kubetap $ go build . $ ./kubetap list
No output at all (expected or error) is produced.
Go version: 1.20.5 Kubernetes client version: v1.27.3 Kubernetes server version: v1.24.6+k3s1
The text was updated successfully, but these errors were encountered:
I put up a PR to add support a while ago #16
Sorry, something went wrong.
No branches or pull requests
Description
Installation via
krew
orbrew
fails and building it locally works, but the binary does not appear to work.Kubectl commands to create reproducable environment / deployment
No output at all (expected or error) is produced.
Screenshots or other information
Go version: 1.20.5
Kubernetes client version: v1.27.3
Kubernetes server version: v1.24.6+k3s1
The text was updated successfully, but these errors were encountered: