Merge pull request #14820 from gmarek/playground

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2015-10-02 07:37:45 -07:00
4 changed files with 10 additions and 4 deletions

View File

@@ -320,6 +320,7 @@ func (ks *KubeletExecutorServer) createAndInitKubelet(
&api.NodeDaemonEndpoints{
KubeletEndpoint: api.DaemonEndpoint{Port: int(kc.Port)},
},
kc.OOMAdjuster,
)
if err != nil {
return nil, nil, err