diff --git a/cmd/kube-controller-manager/app/controllermanager.go b/cmd/kube-controller-manager/app/controllermanager.go index 971e63a819e..05eb5a88130 100644 --- a/cmd/kube-controller-manager/app/controllermanager.go +++ b/cmd/kube-controller-manager/app/controllermanager.go @@ -144,6 +144,7 @@ func Run(s *options.CMServer) error { mux.HandleFunc("/debug/pprof/profile", pprof.Profile) mux.HandleFunc("/debug/pprof/symbol", pprof.Symbol) } + configz.InstallHandler(mux) mux.Handle("/metrics", prometheus.Handler()) server := &http.Server{