This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
kubernetes
Watch
1
Star
0
Fork
0
You've already forked kubernetes
mirror of
https://github.com/k3s-io/kubernetes.git
synced
2026-01-29 21:29:24 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
eac5bc0035dd3c857e0295fd48ad0db3cb597484
kubernetes
/
pkg
/
kubelet
/
winstats
History
Di Xu
48388fec7e
fix all the typos across the project
2018-02-11 11:04:14 +08:00
..
BUILD
Autogenerate BUILD files
2017-12-23 13:12:11 -08:00
perfcounter_nodestats.go
Use GlobalMemoryStatusEx to get total physical memory on Windows node
2018-01-24 19:44:13 -08:00
perfcounters.go
This PR fixes issue
#55031
where kubelet.exe crashes on Windows Server Core. The root cause is that kubelet.exe depends on package lxn/win pdh and kernel32 wrapper for node metrics. However, opengl32.dll is not available in Server Core and lxn/win requires the presence of all win32 DLLs.
2017-11-10 15:02:17 -08:00
version.go
fix all the typos across the project
2018-02-11 11:04:14 +08:00
winstats_test.go
Use GetVersion() API instead of ver command
2017-11-21 03:05:24 +00:00
winstats.go
Use GetVersion() API instead of ver command
2017-11-21 03:05:24 +00:00