I'm trying to start a K8S pod based on a Ballerina service and I'm getting the following error
error: java.lang.UnsatisfiedLinkError {"message":"failed to load the required native library","cause":error("java.lang.IllegalArgumentException",message="Failed to load any of the given libraries: [netty_tcnative_linux_x86_64, netty_tcnative_linux_x86_64_fedora, netty_tcnative_x86_64, netty_tcnative]")}
The runtime is ballerina/jvm-runtime:1.0.
The issue often occurs when the file system is readonly. Netty needs the
/tmpdirectory to be writable.One possible solution for this is, mounting an empty directory to
/tmp.