windows节点启动pod出错

错误现象

[centos@master ~]$ kubectl logs beyondlet-kbwzv -n kube-system
failed to try resolving symlinks in path "\\var\\log\\pods\\kube-system_beyondlet-kbwzv_812c660a-2284-4f44-8c8b-c27960cd3cfc\\beyondlet\\19.log": CreateFile \var\log\pods\kube-system_beyondlet-kbwzv_812c660a-2284-4f44-8c8b-c27960cd3cfc\beyondlet\19.log: The system cannot find the file specified.

错误原因

win节点如果打镜像时,最后执行二进制程序使用的是相对路径,win节点可能找不到执行的二进制而导致pod无法启动。

解决方法

打镜像的时候,最后执行二进制的命令使用绝对路径。

你可能感兴趣的:(kubernetes,windows,kubernetes)