Files
kubernetes/cmd
mattjmcnaughton 34c8f51dcb Remove all uses of dockershim from cmd/kubelet
We can remove all uses of `dockershim` from `cmd/kubelet`, by just
passing the docker options to the kubelet in their pure form, instead of
using them to create a `dockerClientConfig` (which is defined in
dockershim). We can then construct the `dockerClientConfig` only when we
actually need it.
2020-05-07 17:18:49 -04:00
..
2019-04-12 08:31:29 -04:00
2020-01-07 11:39:58 +08:00
2019-11-06 09:11:35 -05:00