Strange error when running Deno kubernetes container on only 1 node (out of my 3)
Recently migrated from Node.js to Deno. Works extremely well, except for this.
I keep getting this strange error on one of my kubernetes containers on only 1 of my nodes when I try to run Deno. The error states:
exec /tini: input/output error
. I have zero idea how to fix it. Deno works fine on all of my other nodes, except for this one. They are all the same model mini pc, and should have the same configuration regarding OS, packages, and such.
Can someone help me please? Thank you for your time and have a nice day.2 Replies
@MrScarySpaceCat is it possible to share the docker config the container you're trying to run? This error looks more related to
tini
and it's failure to execute than denoSorry for the late response. Here you go.
Heres my package.json if you need
actually let me try something
nvm
didnt work
bumping this, sorry
this seems to be fixed in the latest version, thanks