You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After installing containerd and kubelet via the Install-Containerd.ps1 and PrepareNode.ps1 scripts, I found the following log spam in the kubelet.err.log:
E0627 18:06:30.995288 584 file.go:104] "Unable to read config path" err="path does not exist, ignoring" path="C:\\etc\\kubernetes\\manifests"
I proceeded to install Calico and everything works fine in the cluster. The only issue is the message repeats periodically, filling up the logs. I believe since the error message says "ignoring", nothing severe is affected, but I checked and the path does in fact not exist. Creating it with mkdir -Force c:/etc/kubernetes/manifests fixes it.
To Reproduce
Steps to reproduce the behavior:
Install kubelet via the PrepareNode.ps1 script. Install CNI (not sure if this would only happen with Calico, but only tested on it). Check kubelet logs.
Expected behavior
Kubernetes (please complete the following information):
Describe the bug
After installing containerd and kubelet via the Install-Containerd.ps1 and PrepareNode.ps1 scripts, I found the following log spam in the kubelet.err.log:
I proceeded to install Calico and everything works fine in the cluster. The only issue is the message repeats periodically, filling up the logs. I believe since the error message says "ignoring", nothing severe is affected, but I checked and the path does in fact not exist. Creating it with
mkdir -Force c:/etc/kubernetes/manifests
fixes it.To Reproduce
Steps to reproduce the behavior:
Install kubelet via the PrepareNode.ps1 script. Install CNI (not sure if this would only happen with Calico, but only tested on it). Check kubelet logs.
Expected behavior
Kubernetes (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: