Skip to content

It is very easy to switch from Docker Shim to CRI Dockerd and back

License

Notifications You must be signed in to change notification settings

klts-io/setup-cri-dockerd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setup-cri-dockerd

The project is install/uninstall script of cri-dockerd

It is very easy to switch from Docker Shim to CRI Dockerd and back, Pod does not restart

Requirements

Kubernetes installed using Kubeadm

The related parameters are set in /var/lib/kubelet/kubeadm-flags.env as follows (--network-plugin, --pod-infra-container-image)

Switch from Docker Shim to CRI Dockerd

wget -O install.sh https://raw.githubusercontent.com/klts-io/setup-cri-dockerd/main/install.sh
chmod +x ./install.sh && ./install.sh

Back

wget -O uninstall.sh https://raw.githubusercontent.com/klts-io/setup-cri-dockerd/main/uninstall.sh
chmod +x ./uninstall.sh && ./uninstall.sh

About

It is very easy to switch from Docker Shim to CRI Dockerd and back

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages