Merge pull request #10312 from dchen1107/cleanup

Take 2: Fix the race between configuring cbr0 and restarting static pods
This commit is contained in:
Maxwell Forbes
2015-06-24 17:59:50 -07:00
11 changed files with 166 additions and 40 deletions

View File

@@ -354,6 +354,7 @@ func (ks *KubeletExecutorServer) createAndInitKubelet(
kc.DockerDaemonContainer,
kc.SystemContainer,
kc.ConfigureCBR0,
kc.PodCIDR,
kc.MaxPods,
kc.DockerExecHandler,
)