robscott / kube-capacity

A simple CLI that provides an overview of the resource requests, limits, and utilization in a Kubernetes cluster
Apache License 2.0
2.15k stars 115 forks source link

Apple M1 support #47

Closed marcstreeter closed 3 years ago

marcstreeter commented 3 years ago

trying to load with

kubectl krew install resource-capacity

getting this error

Updated the local copy of plugin index.
Installing plugin: resource-capacity
W0611 20:42:27.316608   79007 install.go:164] failed to install plugin "resource-capacity": plugin "resource-capacity" does not offer installation for this platform
F0611 20:42:27.316669   79007 root.go:79] failed to install some plugins: [resource-capacity]: plugin "resource-capacity" does not offer installation for this platform

The newer versions of Golang support Apple M1 architecture, any hope on getting this compiled for that too?