Update to option enable profiling on the master daemon processes.
--profiling=true , default is false
This commit is contained in:
@@ -179,6 +179,7 @@ func startComponents(manifestURL string) (apiServerURL string) {
|
||||
EtcdHelper: helper,
|
||||
KubeletClient: fakeKubeletClient{},
|
||||
EnableLogsSupport: false,
|
||||
EnableProfiling: true,
|
||||
APIPrefix: "/api",
|
||||
Authorizer: apiserver.NewAlwaysAllowAuthorizer(),
|
||||
AdmissionControl: admit.NewAlwaysAdmit(),
|
||||
|
Reference in New Issue
Block a user