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

pull/6/head
Mike Danese 2015-10-06 14:51:58 -07:00
parent 57a08b5563
commit df1a3d3fdf
1 changed files with 1 additions and 0 deletions

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,