Skip to content

Commit

Permalink
manager: fix godoc about http servers
Browse files Browse the repository at this point in the history
  • Loading branch information
chrischdi committed Apr 19, 2024
1 parent e2191b5 commit 5871905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/manager/internal.go
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ func (cm *controllerManager) Start(ctx context.Context) (err error) {
}
}

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

0 comments on commit 5871905

Please sign in to comment.