jtblin / kube2iam

kube2iam provides different AWS IAM roles for pods running on Kubernetes
BSD 3-Clause "New" or "Revised" License
1.97k stars 318 forks source link

Support for linux/arm64 #323

Open paul-mesnilgrente opened 2 years ago

paul-mesnilgrente commented 2 years ago

Hi!

is there any plan to support the linux/arm64 architectures? I can see that this docker image tag: https://hub.docker.com/layers/jtblin/kube2iam/0.10.11/images/sha256-017a44c081b27cf7f0b0fee9cf1c393c968f8ff1f2058c12cfd1f1ed6d297774?context=explore only has support for linux/amd64.

image

I'd like to switch to graviton2 processors in a k8s cluster on AWS. But this prevents me to switch to it at the moment.

drpebcak commented 2 years ago

2.6.0 was released 9 months ago with arm64 support.

paul-mesnilgrente commented 2 years ago

I don't feel like the 2.6.0 relates to the same kind of image.