Merge pull request #20063 from mqliang/imageGC-config

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2016-02-17 06:16:45 -08:00
8 changed files with 810 additions and 741 deletions

View File

@@ -154,6 +154,7 @@ func UnsecuredKubeletConfig(s *options.KubeletServer) (*KubeletConfig, error) {
}
imageGCPolicy := kubelet.ImageGCPolicy{
MinAge: s.ImageMinimumGCAge.Duration,
HighThresholdPercent: s.ImageGCHighThresholdPercent,
LowThresholdPercent: s.ImageGCLowThresholdPercent,
}