Mendix for private cloud => create an envronment on k8s => exec format error

0
Hello, I am trying to finish the  learning path “Mendix for private cloud”: https://academy.mendix.com/link/paths/101/Mendix-for-Private-Cloud This goes well until near to the end, chapter 3.2.1 step 10: the file and database storage pods fail with: “standard_init_linux.go:228: exec user process caused: exec format error” I am on Windows 10.   I downloaded the pod image locally. The container entry point is a file named /usr/local/bin/storage-provisioner When I try to run it directly I do not get the same error as in microk8s (i.e. the program fails but not because of wrong format).   Some more infos (on docker for Windows, maybe different from microk8s): > docker run -it e7ead5c41e45 bash > cd /usr/local/bin/ > ldd storage-provisioner         linux-vdso.so.1 (0x00007ffeebf83000)         libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fba48f88000)         libc.so.6 => /lib64/libc.so.6 (0x00007fba48bc3000)         /lib64/ld-linux-x86-64.so.2 (0x00007fba491a8000) >  uname -a Linux f6197bc91503 4.9.87-linuxkit-aufs #1 SMP Wed Mar 14 15:12:16 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux    
asked
0 answers