Forum archive › Kubernetes & Helm Charts
Archive\"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
We do this for a living.
Kubernetes, DevOps and platform engineering, delivered in days — not another weekend lost to a stack trace.
Start a project →