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.
1 parent 6f9963c commit dca75b7Copy full SHA for dca75b7
cmd/main.go
@@ -57,7 +57,7 @@ func main() {
57
flag.BoolVar(&enableLeaderElection, "leader-elect", false,
58
"Enable leader election for controller manager. "+
59
"Enabling this will ensure there is only one active controller manager.")
60
- flag.BoolVar(&secureMetrics, "metrics-secure", true,
+ flag.BoolVar(&secureMetrics, "metrics-secure", false,
61
"If set, the metrics endpoint is served securely via HTTPS. Use --metrics-secure=false to use HTTP instead.")
62
flag.StringVar(&metricsCertPath, "metrics-cert-path", "",
63
"The directory that contains the metrics server certificate.")
0 commit comments