-
Notifications
You must be signed in to change notification settings - Fork 715
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
windows: kubelet tries to load C:\var\lib\kubelet\etc\kubernetes\pki\ca.crt #2330
Comments
/kind support what are the contents of the /var/lib/kubelet/config.yaml (that has the KubeletConfiguration)? |
please provide reproduction steps and more details. |
Yes, this was a known problem that we worked around in sig-windows-tools scripts just by symlinking |
ok, that was it...i don't recall the actual problem though i think it goes down to client-go / abs paths. |
@jayunit100 and like mentioned on slack this is not a kubeadm bug per-se, but if you want to dig down to it, we should log a kubernetes/kubernetes issue. |
added a mention about this in #1393 (windows tracking issue) @jayunit100 please ping me on a potential k/k ticket about the actual bug in core. |
were following on in #1393 on this |
Is this a request for help?
no
Is this a BUG REPORT or FEATURE REQUEST?
BUG REPORT
Versions
1.18
What happened?
Kubeadm seems to be saying it can't load the cert files im specifying in windows... but its not clear why its looking in this path (there is nothing there)
Looking in the kubelet logs via
PS C:\k> cat 'C:\var\log\kubelet\kubelet.exe.ERROR'
...What you expected to happen?
Kubeadm would be looking in the right place for the ca.crt file
How to reproduce it (as minimally and precisely as possible)?
In my case, i ran kubeadm on windows, and then reset, and re ran it again, which is when i started seeing this.
The text was updated successfully, but these errors were encountered: