mirror of https://github.com/k3s-io/k3s
enable pod gc by default with terminated pod gc threshold of 12500
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