kafbat / helm-charts

Helm charts for kafbat projects
https://ui.charts.kafbat.io/
Apache License 2.0
3 stars 7 forks source link

Helm chart not working with ARM node #15

Closed ognjenVlad closed 1 month ago

ognjenVlad commented 2 months ago

Issue submitter TODO list

Describe the bug (actual behavior)

After deploying Helm chart version 1.4.0 to ARM nodes, pod is failing with error exec format error, I can see that some similar behaviour is reported here. After inspecting the image docker image inspect ghcr.io/kafbat/kafka-ui:v1.0.0 --format '{{ .Os }}/{{ .Architecture }}', it shows linux/arm64 locally but looks like image is not properly built.

Expected behavior

Pod to start without exec format errors

Your installation details

  1. v1.0.0
  2. 1.4.0
  3. `kafka: clusters:

    • name: test bootstrapServers: ${brokers} auth: type: disabled management: health: ldap: enabled: false`

Steps to reproduce

Screenshots

No response

Logs

No response

Additional context

No response

Haarolean commented 1 month ago

Hey, please upvote #376, we'll track the progress there