zegl / kube-score

Kubernetes object analysis with recommendations for improved reliability and security. kube-score actively prevents downtime and bugs in your Kubernetes YAML and Charts. Static code analysis for Kubernetes.

Home Page:https://kube-score.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`Error: exec format error` for any `score` command

adamency opened this issue · comments

Which version of kube-score are you using?

kube-score version: 1.18.0

What did you do?

  • Arch: linux/arm64
  • Kubernetes cluster v1.29.3
  • krew v0.4.4
  • installed score via kubectl krew install score
  • Ran kubectl krew score mymanifest.yml

What did you expect to see?

score works correctly

What did you see instead?

Error: exec format error

Which is most likely an architecture mismatch.

Hey, yes. It seems like the releases to the krew-index are amd64-only at the moment.

Here's how to specify different downloads for different platforms, and our release script.