Forum breadcrumbs - You are here:Tracston Community Forum - DevOps, Micro Services, Cloud, Infrastructure, Development, Monitoring and more...DevOps / Micro Services / Automation: Kubernetes & Helm Charts"Unable to read config path" err= …
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"

moshe@moshe
#1 · 29/04/2023, 9:28 pm
Quote from moshe on 29/04/2023, 9:28 pmProblem
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Ā
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Ā
Click for thumbs down.0Click for thumbs up.0