Installing falcon image analyzer exec /bin/imageanalyzer: exec format error #458
-
|
I'm trying to install the falcon image analyzer. When I try to use When the container runs in k8s, the logs show My k8s is using eks Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hello, This is because the image analyzer is a multi-arch image and requires you to either copy the entire or image or pull only the architecture specific image. I would recommend using https://github.com/CrowdStrike/falcon-scripts/tree/main/bash/containers/falcon-container-sensor-pull to assist. IIRC, you can also use |
Beta Was this translation helpful? Give feedback.
Hello,
This is because the image analyzer is a multi-arch image and requires you to either copy the entire or image or pull only the architecture specific image. I would recommend using https://github.com/CrowdStrike/falcon-scripts/tree/main/bash/containers/falcon-container-sensor-pull to assist. IIRC, you can also use
--platform linux/amd64directly to pull the x86 specific image.