Fix a static check failure in controller-manager
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user