Merge pull request #12872 from runningwild/master

Fix several problems with using rkt on gce
This commit is contained in:
Saad Ali
2015-08-20 15:46:16 -07:00
8 changed files with 55 additions and 37 deletions

View File

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