enable pod gc by default with terminated pod gc threshold of 12500

This commit is contained in:
Mike Danese 2015-10-06 14:51:58 -07:00
parent 57a08b5563
commit df1a3d3fdf

View File

@ -118,6 +118,7 @@ func NewCMServer() *CMServer {
RegisterRetryCount: 10,
PodEvictionTimeout: 5 * time.Minute,
ClusterName: "kubernetes",
TerminatedPodGCThreshold: 12500,
VolumeConfigFlags: VolumeConfigFlags{
// default values here
PersistentVolumeRecyclerMinimumTimeoutNFS: 300,