Record event of kubelet restart re: minion obj.

This commit is contained in:
Eric Tune
2014-11-10 13:13:57 -08:00
parent 4a21dbbb0a
commit 08c8f2cde1
2 changed files with 16 additions and 0 deletions

View File

@@ -188,6 +188,9 @@ func main() {
*registryBurst,
*minimumGCAge,
*maxContainerCount)
k.BirthCry()
go func() {
util.Forever(func() {
err := k.GarbageCollectContainers()