I installed microk8s on my ubuntu machine. After that, I uninstalled it. But Since then I can feel that my PC is getting slow each time I run my pc. So I ran htop
command and saw that microk8s process is still running there. Can't remove those process. Please check my image for better convenience.
My ubuntu version is: 20.04
Asked
Active
Viewed 1,219 times
0

user404
- 123
- 6
sudo snap remove microk8s
. I just tried killing with pid in sudo previlege, And it stopped the process. But there are several processes of microk8s. – user404 Aug 01 '22 at 05:47pkill -f microk8s
. That should kill all processes withmicrok8s
in their "command line". Seeman pkill
for details. – frippe Aug 01 '22 at 06:58var
orsnap
folder, but found nothing like that – user404 Aug 01 '22 at 07:08