Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kubelet log spam when path "c:/etc/kubernetes/manifests" doesn't exist #334

Closed
coutinhop opened this issue Jul 12, 2023 · 0 comments · Fixed by #335
Closed

kubelet log spam when path "c:/etc/kubernetes/manifests" doesn't exist #334

coutinhop opened this issue Jul 12, 2023 · 0 comments · Fixed by #335

Comments

@coutinhop
Copy link
Contributor

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):

Additional context
N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant