0

I've built kubelet, kube-proxy off master branch of kubernetes repository and when running kubelet.exe without any parameters I'm getting the following error:

error: failed to run Kubelet: unable to read physical memory

I'm building offmaster as none one of the unstable branches included the fix described (and fixed) here 55031, which I was hitting on 1.9.0-alpha.3.

marius-O
  • 395
  • 3
  • 15

1 Answers1

0

After looking into it for the last week or so, it seems VMware (Fusion in my case) doesn't correctly populate the SMBIOS data related to installed memory (which is used by GetPhysicallyInstalledSystemMemory that will show the above error).

I was able to confirm that it's working fine on Hyper-V hosts. Will attempt a fix to the issue.

marius-O
  • 395
  • 3
  • 15
  • This has been fixed in [PR #57124](https://github.com/kubernetes/kubernetes/pull/57124). Probably in version 1.10.0 – marius-O Dec 14 '17 at 10:06