Microk8s installation fails on Ubuntu 20.04

Hi, I just installed microk8s on ubuntu 20.04 with snap. The installation process went well, but when I try to check for the status, I got this error

$> microk8s status --wait-ready
/snap/microk8s/1791/bin/uname: /snap/core/current/lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.27' not found (required by /usr/lib/x86_64-linux-gnu/libv4l2.so.0) /snap/microk8s/1791/bin/uname: /snap/core/current/lib/x86_64-linux-gnu/libm.so.6: version GLIBC_2.27’ not found (required by /usr/lib/x86_64-linux-gnu/libv4lconvert.so.0)

It seems like there is a missing library in the installation package ?