mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-27 13:15:36 +00:00
Make kubelet builder customizable
This is the preparation to remove a lot of duplicated code for kubelet initialization in https://github.com/kubernetes/kubernetes/pull/13036.
This commit is contained in:
@@ -130,7 +130,7 @@ func main() {
|
||||
10*time.Second, /* SyncFrequency */
|
||||
40, /* MaxPods */
|
||||
)
|
||||
kubeletapp.RunKubelet(kcfg, nil)
|
||||
kubeletapp.RunKubelet(kcfg)
|
||||
|
||||
select {}
|
||||
}
|
||||
|
Reference in New Issue
Block a user