signalfx / signalfx-k8s-metrics-adapter

Horizontal Pod Autoscaler custom/external metrics provider for Kubernetes that uses SignalFx as the backend
Apache License 2.0
9 stars 15 forks source link

no build yet for 0.8.1 #42

Closed jrangel-rp closed 2 months ago

jrangel-rp commented 2 months ago

Can we get this docker image produced?

I saw that a previous issue was opened to request this for 0.8.0 before.

I'm hoping that the fix introduced in this PR will solve the problems we're having in our environments.

jrangel-rp commented 2 months ago

@benkeith-splunk?

benkeith-splunk commented 2 months ago

@jrangel-rp Sorry for the delay, the new build should be there now (0.8.1). Let me know if there are any further issues.

jrangel-rp commented 2 months ago

The build that was pushed is arm64? I'm getting an error using: docker pull --platform=linux/amd64 quay.io/signalfx/k8s-metrics-adapter:0.8.1

image with reference quay.io/signalfx/k8s-metrics-adapter:0.8.1 was found but does not match the specified platform: wanted linux/amd64, actual: linux/arm64

jrangel-rp commented 2 months ago

@benkeith-splunk

benkeith-splunk commented 2 months ago

ok, try it again. This is apparently some new thing since the last release with docker where the images themselves have a platform. The binary within the image was amd64 but the docker image itself wasn't tagged as such. Should be so now.

jrangel-rp commented 2 months ago

Alright, the command didn't fail this time, but our pull-through cache is still showing the same error. I'll update you once it pulls and/or we test it.