Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for initializeModules (0.4 sec)

  1. pkg/kubelet/kubelet.go

    		}
    	}, ImageGCPeriod, wait.NeverStop)
    }
    
    // initializeModules will initialize internal modules that do not require the container runtime to be up.
    // Note that the modules here must not depend on modules that are not initialized here.
    func (kl *Kubelet) initializeModules() error {
    	// Prometheus metrics.
    	metrics.Register(
    		collectors.NewVolumeStatsCollector(kl),
    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