我尝试在我的 ubuntu 20.04 上安装 microk8s,但是当我检查状态时microk8s status
出现此错误
/snap/microk8s/1839/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/1839/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)
我的LDD版本
> ldd --version
ldd (Ubuntu GLIBC 2.31-0ubuntu9.1) 2.31
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
编辑
使用 sudo 运行时没有出现此错误
> sudo microk8s status
然而,该用户在群组中表现很好microk8s
。