Open ljani opened 5 years ago
@ljani we haven't released any new version with this PR. We will cut a release soon.
Ah, that makes sense. I'll be waiting for the release, thanks!
We have published the ARM images. Feel free to reopen if not fixed.
I got this working with some Helm chart overrides:
nodeSelector:
beta.kubernetes.io/arch: arm64
pushgateway:
tag: v1.2.0
cleaner:
registry: rancher
repository: kubectl
tag: v1.17.0
I think it would be possible to make it work out-of-the-box on both arm and amd64 with some tweaks to the default values:
Thank you @jdmarble . I am re-opening this issue so we don't lose this info.
802 says "We now use Docker manifest to build and push ARM images", but I cannot find ARM images on Docker Hub. Am I missing something? Here's output from
manifest-tool
:I'm using
helm
to deploystash
and I tried to switchnodeSelector.beta.kubernetes.io/arch
toarm
without any luck.EDIT: also
pushgateway
needs an ARM image: