https://dagster.io/ logo
#dagster-kubernetes
Title
# dagster-kubernetes
j

Jonathan Almanza Camacho

08/19/2021, 6:38 PM
I'm new with dagster, please help me.
n

Noah K

08/19/2021, 6:54 PM
What do you see in
kubectl logs
for them?
j

Jonathan Almanza Camacho

08/19/2021, 7:30 PM
standard_init_linux.go228 exec user process caused: exec format error
n

Noah K

08/19/2021, 7:34 PM
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

Jonathan Almanza Camacho

08/19/2021, 7:59 PM
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