mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
enable pod gc by default with terminated pod gc threshold of 12500
This commit is contained in:
parent
57a08b5563
commit
df1a3d3fdf
@ -118,6 +118,7 @@ func NewCMServer() *CMServer {
|
||||
RegisterRetryCount: 10,
|
||||
PodEvictionTimeout: 5 * time.Minute,
|
||||
ClusterName: "kubernetes",
|
||||
TerminatedPodGCThreshold: 12500,
|
||||
VolumeConfigFlags: VolumeConfigFlags{
|
||||
// default values here
|
||||
PersistentVolumeRecyclerMinimumTimeoutNFS: 300,
|
||||
|
Loading…
Reference in New Issue
Block a user