mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Merge pull request #45807 from xingzhou/typo-fix
Automatic merge from submit-queue (batch tested with PRs 45807, 45814) Fix typo.
This commit is contained in:
commit
330efc10f6
@ -1104,7 +1104,7 @@ func (kl *Kubelet) StartGarbageCollection() {
|
||||
// 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 {
|
||||
// Step 1: Promethues metrics.
|
||||
// Step 1: Prometheus metrics.
|
||||
metrics.Register(kl.runtimeCache)
|
||||
|
||||
// Step 2: Setup filesystem directories.
|
||||
|
Loading…
Reference in New Issue
Block a user