This website requires JavaScript.
Explore
Help
Register
Sign In
scottk
/
kubernetes
Watch
1
Star
0
Fork
0
You've already forked kubernetes
mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced
2025-11-02 03:08:15 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ad330f7dbe85a6ebc4629e1ff2da2f62b20a254a
kubernetes
/
pkg
/
kubelet
/
winstats
History
Jeff Grafton
23ceebac22
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
..
BUILD
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
doc.go
fix "make test"
2018-02-24 17:39:21 +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
Add GetDiskFreeSpaceEx and export winstats.StatsClient
2018-02-22 11:09:22 +08:00
winstats.go
fix "make test"
2018-02-24 17:39:21 +08:00