Achilleas Tzenetopoulos 5 년 전
부모
커밋
ab4424b8b3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      kubernetes-v1.15.4/pkg/scheduler/scheduler.go

+ 1 - 1
kubernetes-v1.15.4/pkg/scheduler/scheduler.go

@@ -457,7 +457,7 @@ func (sched *Scheduler) scheduleOne() {
 	// }
 
 	//Check if the cache needs update
-	klog.Infof("The value of the Ticker: %v", customcache.LabCache.Timeout.C)
+	//klog.Infof("The value of the Ticker: %v", customcache.LabCache.Timeout.C)
 	select {
 	// clean the cache if 10 seconds are passed
 	case <-customcache.LabCache.Timeout.C: