resmoio / kubernetes-event-exporter

Export Kubernetes events to multiple destinations with routing and filtering
Apache License 2.0
753 stars 149 forks source link

ARM version images for kubernetes-event-exporter #190

Open Cloud-Shen opened 1 month ago

Cloud-Shen commented 1 month ago

Hello, our cluster is based on arm architecture, are there any arm version images for kubernetes-event-exporter?

LHozzan commented 1 month ago

Hi there. I think yes. Under "OS / Arch" I see linux/amd64 and linux/arm64. So, I expecting, that if you mean ARM64, this is the right image for you. BR!

Cloud-Shen commented 1 month ago

Thanks for your reply, I wonder the tag of the arm64 version image so that I can just use docker pull to download it, since I can't obtain the tag list of this image.

LHozzan commented 1 month ago

We not using ARM architecture, but based on information here I guessing something like this:

docker pull --platform linux/arm64 ghcr.io/resmoio/kubernetes-event-exporter:v1.7

After pulling you can check image SHA via inspect command and should be sha256:5d91d04161637e0f01d5fd5aa8ce3a4a4b99952bf1cd9be5ddbe5ba204d049ba.

All tags you find here.

Hope that helps.