File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ type ControllerMetrics struct {
109109type ControllerHealth struct {
110110 // HealthProbeBindAddress is the TCP address that the controller should bind to
111111 // for serving health probes
112+ // It can be set to "0" or "" to disable serving the health probe.
112113 // +optional
113114 HealthProbeBindAddress string `json:"healthProbeBindAddress,omitempty"`
114115
Original file line number Diff line number Diff line change @@ -219,6 +219,7 @@ type Options struct {
219219
220220 // HealthProbeBindAddress is the TCP address that the controller should bind to
221221 // for serving health probes
222+ // It can be set to "0" or "" to disable serving the health probe.
222223 HealthProbeBindAddress string
223224
224225 // Readiness probe endpoint name, defaults to "readyz"
You can’t perform that action at this time.
0 commit comments