soluble-ai / kubetap

Kubectl plugin to interactively proxy Kubernetes Services with ease
https://soluble-ai.github.io/kubetap/
Apache License 2.0
548 stars 44 forks source link

tap does not work on macOS/darwin arm64 systems #23

Open spkane opened 1 year ago

spkane commented 1 year ago

Description

Installation via krew or brew fails and building it locally works, but the binary does not appear to work.

Kubectl commands to create reproducable environment / deployment

$ git clone git@github.com:soluble-ai/kubetap.git
$ cd kubetap
$ go build .
$ ./kubetap list

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

russell commented 1 year ago

I put up a PR to add support a while ago https://github.com/soluble-ai/kubetap/pull/16