Skip to content

Commit a92b961

Browse files
authored
Merge pull request #2789 from chrischdi/pr-manager-fix-godoc-add-metrics
📖 manager: fix godoc about http servers
2 parents e2191b5 + 5871905 commit a92b961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/manager/internal.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ func (cm *controllerManager) Start(ctx context.Context) (err error) {
382382
}
383383
}
384384

385-
// First start any HTTP servers, which includes health probes and profiling, if enabled.
385+
// First start any HTTP servers, which includes health probes, metrics and profiling if enabled.
386386
//
387387
// WARNING: HTTPServers includes the health probes, which MUST start before any cache is populated, otherwise
388388
// it would block conversion webhooks to be ready for serving which make the cache never get ready.

0 commit comments

Comments
 (0)