Initialize klog
This commit is contained in:
parent
e7dd383751
commit
d53928a11d
|
|
@ -321,6 +321,8 @@ func run(healthCheck *metrics.HealthCheck) {
|
|||
}
|
||||
|
||||
func main() {
|
||||
klog.InitFlags(nil)
|
||||
|
||||
leaderElection := defaultLeaderElectionConfiguration()
|
||||
leaderElection.LeaderElect = true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue