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:
@@ -346,6 +346,7 @@ func (ks *KubeletExecutorServer) createAndInitKubelet(
|
||||
kc.OSInterface,
|
||||
kc.CgroupRoot,
|
||||
kc.ContainerRuntime,
|
||||
kc.RktPath,
|
||||
kc.Mounter,
|
||||
kc.DockerDaemonContainer,
|
||||
kc.SystemContainer,
|
||||
|
Reference in New Issue
Block a user