First I install qemu-2.11.1 with commands:
./configure --enable-virtfs`
sudo make
sudo make install
Then I executed commands in kata-containers/runtime:
sudo make
sudo make install
After these things, I just checked wheter the environment is suitable for kata-container. But it showed:
ERRO[0000] /usr/share/defaults/kata-containers/configuration-qemu.toml: file /usr/share/kata-containers/vmlinuz.container does not exist arch=amd64 name=kata-runtime pid=66966 source=runtime
I found that the /usr/share/kata-containers did not exist at all. I searched for this error message but there was no solutions. I wonder how I deal with this problem. Thank you.