Unverified Commit 6a21599f authored by Brian Downs's avatar Brian Downs Committed by GitHub

Merge pull request #2011 from briandowns/add_profile_flag_to_controller_manager

add profiling flag with default value of false
parents 925a6d2d ebac755d
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment