Open
Description
Describe the bug
The metrics exporter fails with exec /exporter/prometheus_varnish_exporter: exec format error
To Reproduce
- Enable exporter in
values.yaml
. - Apply Helm chart on a cluster with arm64 architecture
- See error
Expected behavior
A running metrics sidecar as I am used to on any Arch amd64 cluster
Environment:
- Kubernetes version: 1.29
- kube-httpcache version: v0.8.1
Digging deeper:
In
and
the architecture is not taken into account (while the ARG ARCH is present and used for the base image).
Unfortunately at https://github.com/jonnenauha/prometheus_varnish_exporter/releases there is not any arm64 package provided.
I am going to create comment an issue there asking kindly for arm64 support.