Questions tagged [kubernetes]
121 questions
6
votes
2 answers
Enabling memory cgroup in Ubuntu 20.04
Instructions for enabling the memory cgroup on Ubuntu 18 and 19 involve adding cgroup_enable=cpuset cgroup_enable=memory cgroup_memory=1 to /boot/firmware/nobtcmd.txt and restarting. After rebooting, grep mem /proc/cgroups should show it as…

Com
- 141
1
vote
1 answer
Installing k9s on Ubuntu
I am using snap install k9s to install k9s on ubuntu. However, that installs a much older version 0.5.1 whereas the latest version is 0.27.4. Can Someone please help me in how to install the latest version or how to update this older version to…

Sandy
- 11
0
votes
0 answers
deleting all pods in k8s
is there a difference between deleting all pods in a daployment or doing a rollout restart of the deployment?
Of course with no changes in the deployment configuration.
Thanx

natrium
- 31
- 3
0
votes
0 answers
After uninstalling Microk8s, htop commands still shows its process
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…

user404
- 123
- 6
0
votes
0 answers
How to install kubernetes using automatic deb version?
I use ubuntu 20.04 (focal) and need use kubernetes but the official package is kubernetes-xenial and the snap version is broken and no have support.
How to create a command for install automatic last compatible version of deb file kubernete?
The…

momo2047
- 194
- 1
- 11