Achilleas Tzenetopoulos лет назад: 5
Родитель
Сommit
cfcd250e60

+ 1 - 1
kubernetes-v1.15.4/pkg/scheduler/algorithm/priorities/custom_resource_allocation.go

@@ -111,7 +111,7 @@ func InvalidateCache() {
 	// clean the cache if 10 seconds are passed
 	case <-customcache.LabCache.Timeout.C:
 		klog.Infof("Time to erase")
-		customcache.LabCache.Timeout.C.Stop()
+		customcache.LabCache.Timeout.Stop()
 		customcache.LabCache.CleanCache()
 	default:
 	}