Fix a static check failure in controller-manager
This commit is contained in:
parent
e176e47719
commit
9f19665eb6
@ -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
|
||||
|
@ -1,6 +1,5 @@
|
||||
cluster/images/etcd-version-monitor
|
||||
cluster/images/etcd/migrate
|
||||
cmd/controller-manager/app
|
||||
cmd/kube-controller-manager/app
|
||||
cmd/kube-proxy/app
|
||||
cmd/kube-scheduler/app
|
||||
|
Loading…
Reference in New Issue
Block a user