Skip to content

niloysh/testbed-automator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

testbed-automator

install.sh : automates the deployment of a single-node k8s cluster, configures cluster, installs various CNIs, configures ovs bridges and sets everything up for deployment of 5G core.

uninstall.sh: reverses install.sh

troubleshooting

kudeadm init hangs

Check kubelet status

sudo systemctl status --no-pager --full kubelet.service

If you get error like the following:

OCI runtime create failed: expected cgroupsPath to be of format "slice:prefix:name" for systemd cgroups, got "/kubepods/burstable/..."

Then remove the containerd configuration and restart containerd.

sudo rm /etc/containerd/config.toml
systemctl restart containerd

About

Scripts for automating deployment of 5G testbed

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages