add profiling flag with default value of false

Signed-off-by: Brian Downs <brian.downs@gmail.com>
This commit is contained in:
Brian Downs 2020-07-10 13:08:04 -07:00
parent 925a6d2da8
commit ebac755da1

View file

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