Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for stbu (0.03 sec)

  1. pkg/kubelet/kubelet.go

    			klog.V(vLevel).InfoS("Container garbage collection succeeded")
    		}
    	}, ContainerGCPeriod, wait.NeverStop)
    
    	// when the high threshold is set to 100, and the max age is 0 (or the max age feature is disabled)
    	// stub the image GC manager
    	if kl.kubeletConfiguration.ImageGCHighThresholdPercent == 100 &&
    		(!utilfeature.DefaultFeatureGate.Enabled(features.ImageMaximumGCAge) || kl.kubeletConfiguration.ImageMaximumGCAge.Duration == 0) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
Back to top