Kubelet serialize image pulls had incorrect default

This commit is contained in:
derekwaynecarr
2015-11-03 15:24:01 -05:00
parent 1407fd2071
commit b403e30d1a
2 changed files with 3 additions and 2 deletions

View File

@@ -212,6 +212,7 @@ func NewKubeletServer() *KubeletServer {
RktPath: "",
RktStage1Image: "",
RootDirectory: defaultRootDir,
SerializeImagePulls: true,
SyncFrequency: 10 * time.Second,
SystemContainer: "",
ReconcileCIDR: true,