docker-runc not installed on system

I was getting “docker-runc not installed on system” error while setting up kubernetes cluster

Error response from daemon: shim error: docker-runc not installed on system\”” pod=”kube-system/kube-controller-manager-master1.example.com” podUID=aa4b164b0b81df38c5368ebf7aa4d463

Fix: docker-runc not installed on system

install runc and create symlink for docker docker-runc

1.[root@master1 ~]#yum install runc -y (centos 7)
2.[root@master1 ~]#cd /usr/libexec/docker/
3.[root@master1 ~]#sudo ln -s docker-runc-current docker-runc 

After executing above, the issue was fixed

0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments