Forum Navigation
You need to log in to create posts and topics.

"Unable to read config path" err="path does not exist, ignoring" path="/etc/kubernetes/manifests"

Problem

User gets the following error in the system logfile

"Unable to read config path" err="path does not exist, ignoring" path="/etc/kubernetes/manifests"

Solution

Create the missing directory

mkdir -p /etc/kubernetes/manifests

and restart kuberenets service

systemctl restart containerd

systemctl restart docker

systemctl restart kubeletĀ