From 58719057609722d090ac4ee3f1866e5958d16e6f Mon Sep 17 00:00:00 2001 From: Christian Schlotter Date: Fri, 19 Apr 2024 11:14:21 +0200 Subject: [PATCH] manager: fix godoc about http servers --- pkg/manager/internal.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/manager/internal.go b/pkg/manager/internal.go index 3f13622f39..862d3bc8ca 100644 --- a/pkg/manager/internal.go +++ b/pkg/manager/internal.go @@ -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.