From 57615e3d7e77b8ecbed486b9bde08b2da9d460cc Mon Sep 17 00:00:00 2001 From: Icarus9913 Date: Fri, 2 Sep 2022 14:46:54 +0800 Subject: [PATCH] add comments for configuration Signed-off-by: Icarus9913 --- pkg/manager/manager.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/manager/manager.go b/pkg/manager/manager.go index 53716aa9fa..6ff5104a9f 100644 --- a/pkg/manager/manager.go +++ b/pkg/manager/manager.go @@ -219,6 +219,7 @@ type Options struct { // HealthProbeBindAddress is the TCP address that the controller should bind to // for serving health probes + // It can be set to "0" or "" to disable the health serving. HealthProbeBindAddress string // Readiness probe endpoint name, defaults to "readyz"