We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2191b5 + 5871905 commit a92b961Copy full SHA for a92b961
pkg/manager/internal.go
@@ -382,7 +382,7 @@ func (cm *controllerManager) Start(ctx context.Context) (err error) {
382
}
383
384
385
- // 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.
386
//
387
// WARNING: HTTPServers includes the health probes, which MUST start before any cache is populated, otherwise
388
// it would block conversion webhooks to be ready for serving which make the cache never get ready.
0 commit comments