Merge pull request #2011 from briandowns/add_profile_flag_to_controller_manager

add profiling flag with default value of false
pull/2022/head
Brian Downs 2020-07-10 14:15:47 -07:00 committed by GitHub
commit 6a21599f39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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",