mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-12 12:48:51 +00:00
Fix nil docker client (how did this ever work???)
This commit is contained in:
@@ -73,7 +73,7 @@ func NewMainKubelet(
|
||||
resyncInterval: ri,
|
||||
networkContainerImage: ni,
|
||||
podWorkers: newPodWorkers(),
|
||||
runner: dockertools.NewDockerContainerCommandRunner(),
|
||||
runner: dockertools.NewDockerContainerCommandRunner(dc),
|
||||
httpClient: &http.Client{},
|
||||
pullQPS: pullQPS,
|
||||
pullBurst: pullBurst,
|
||||
|
Reference in New Issue
Block a user