Merge pull request #39837 from foxyriver/modify-comment

modify-comment
This commit is contained in:
Tim Hockin 2017-02-21 16:33:47 -06:00 committed by GitHub
commit 98d693e9d2

View File

@ -283,7 +283,7 @@ func (s *Server) InstallDefaultHandlers() {
const pprofBasePath = "/debug/pprof/"
// InstallDeguggingHandlers registers the HTTP request patterns that serve logs or run commands/containers
// InstallDebuggingHandlers registers the HTTP request patterns that serve logs or run commands/containers
func (s *Server) InstallDebuggingHandlers(criHandler http.Handler) {
glog.Infof("Adding debug handlers to kubelet server.")
var ws *restful.WebService