I'm new with dagster, please help me.
# deployment-kubernetes
j
I'm new with dagster, please help me.
n
What do you see in
kubectl logs
for them?
j
standard_init_linux.go228 exec user process caused: exec format error
n
Are you trying to run on a RasPi?
That means your system arch doesn't match the container
Usually it means you're trying to run a x86_64 container image on ARM
j
Oh... that's the problem. Im trying to run into an AWS EC2 ubuntu with ARM64 arch...
Thanks... I'll create a new instance or re-build the container image for ARM