mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 03:08:15 +00:00
plumb --enable_garbage_collector from environment variable;
adding a simple e2e test
This commit is contained in:
@@ -684,6 +684,7 @@ func (gc *GarbageCollector) processItem(item *node) error {
|
||||
}
|
||||
|
||||
func (gc *GarbageCollector) Run(workers int, stopCh <-chan struct{}) {
|
||||
glog.V(0).Infof("GarbageCollector is starting running!")
|
||||
for _, monitor := range gc.monitors {
|
||||
go monitor.controller.Run(stopCh)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user