Allow configuring the rkt binary in a kubelet with a flag.

This is necessary because coreos comes with rkt installed, and if we want to use a different version
we need some way to avoid the default one.
This commit is contained in:
Jonathan Wills
2015-08-17 13:03:45 -04:00
parent a68e819e60
commit 80e799fc0c
7 changed files with 25 additions and 7 deletions

View File

@@ -346,6 +346,7 @@ func (ks *KubeletExecutorServer) createAndInitKubelet(
kc.OSInterface,
kc.CgroupRoot,
kc.ContainerRuntime,
kc.RktPath,
kc.Mounter,
kc.DockerDaemonContainer,
kc.SystemContainer,