jtblin / kube2iam

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

Add helm chart with ARM support #356

Closed flipsed closed 8 months ago

flipsed commented 1 year ago

Based on the changelog, multi-arch support was added in v0.11.0.

Although the docker image for 2.6.0 is supposed to support ARM arch (https://hub.docker.com/r/jtblin/kube2iam/tagshttps://hub.docker.com/r/jtblin/kube2iam/tags), the pod from the helm chart for 2.6.0 is failing with a CrashLookBackOff and this error message:

standard_init_linux.go:228: exec user process caused: exec format error

We should increase the helm chart app version and bump the chart version.

Note: the latest helm charts 3.0.0 and 3.1.0 are not in the registry since the release is failing (see #354)

helm search repo kube2iam  --versions
NAME                    CHART VERSION   APP VERSION     DESCRIPTION                                       
kube2iam/kube2iam       2.6.0           0.10.9          Provide IAM credentials to pods based on annota...
kube2iam/kube2iam       2.5.2           0.10.9          Provide IAM credentials to pods based on annota...
RITESHBRID commented 12 months ago

when this chart will be available?