Fix a static check failure in controller-manager

This commit is contained in:
Muneyuki Noguchi
2019-08-30 15:45:34 +00:00
parent e176e47719
commit 9f19665eb6
2 changed files with 1 additions and 1 deletions

View File

@@ -63,6 +63,7 @@ func NewBaseHandler(c *componentbaseconfig.DebuggingConfiguration, checks ...hea
}
}
configz.InstallHandler(mux)
//lint:ignore SA1019 See the Metrics Stability Migration KEP
mux.Handle("/metrics", legacyregistry.Handler())
return mux