justmeandopensource / kubernetes

Kubernetes playground
1.68k stars 2.96k forks source link

Containers unstable #120

Closed maxoutrage closed 9 months ago

maxoutrage commented 2 years ago

I followed the guide but there were various containers that were not stable. This link...

https://stackoverflow.com/questions/72567945/issues-with-stability-with-kubernetes-cluster-before-adding-networking

...with this solution solved the stability issues...

sudo sed -i 's/SystemdCgroup \= false/SystemdCgroup \= true/g' /etc/containerd/config.toml

...I added this to the boot strap script to solve my issues.

justmeandopensource commented 9 months ago

@maxoutrage thanks for reporting this issue. I know its an old issue. Just wanted to mention that it's all been resolved a while ago.