We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
The metrics exporter fails with exec /exporter/prometheus_varnish_exporter: exec format error
exec /exporter/prometheus_varnish_exporter: exec format error
To Reproduce
values.yaml
Expected behavior
A running metrics sidecar as I am used to on any Arch amd64 cluster
Environment:
Digging deeper:
In
kube-httpcache/build/package/docker/GoReleaser.Dockerfile
Line 19 in 2846c1f
Line 22 in 2846c1f
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.
The text was updated successfully, but these errors were encountered:
fi to run on amd64 only becauise of
f8ff378
mittwald/kube-httpcache#253
fix: run on amd64 only (#23)
1a96301
* fi to run on amd64 only becauise of mittwald/kube-httpcache#253 * chore: self mutation Signed-off-by: github-actions <[email protected]> --------- Signed-off-by: github-actions <[email protected]> Co-authored-by: github-actions <[email protected]>
No branches or pull requests
Describe the bug
The metrics exporter fails with
exec /exporter/prometheus_varnish_exporter: exec format error
To Reproduce
values.yaml
.Expected behavior
A running metrics sidecar as I am used to on any Arch amd64 cluster
Environment:
Digging deeper:
In
kube-httpcache/build/package/docker/GoReleaser.Dockerfile
Line 19 in 2846c1f
and
kube-httpcache/build/package/docker/GoReleaser.Dockerfile
Line 22 in 2846c1f
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
createcomment an issue there asking kindly for arm64 support.The text was updated successfully, but these errors were encountered: