Browse Source

add profiling flag with default value of false

Signed-off-by: Brian Downs <brian.downs@gmail.com>
pull/2011/head
Brian Downs 4 years ago
parent
commit
ebac755da1
  1. 1
      pkg/daemons/control/server.go

1
pkg/daemons/control/server.go

@ -130,6 +130,7 @@ func controllerManager(cfg *config.Control, runtime *config.ControlRuntime) erro
"cluster-cidr": cfg.ClusterIPRange.String(), "cluster-cidr": cfg.ClusterIPRange.String(),
"root-ca-file": runtime.ServerCA, "root-ca-file": runtime.ServerCA,
"port": "10252", "port": "10252",
"profiling": "false",
"bind-address": localhostIP.String(), "bind-address": localhostIP.String(),
"secure-port": "0", "secure-port": "0",
"use-service-account-credentials": "true", "use-service-account-credentials": "true",

Loading…
Cancel
Save