Merge pull request #15183 from mikedanese/enable-gc

Auto commit by PR queue bot
pull/6/head
k8s-merge-robot 2015-10-16 06:20:17 -07:00
commit 4ed2121de5
1 changed files with 1 additions and 0 deletions

View File

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