Skip to content

Commit 5871905

Browse files
committed
manager: fix godoc about http servers
1 parent e2191b5 commit 5871905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/manager/internal.go

Lines changed: 1 addition & 1 deletion
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)