mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-26 10:09:14 -04:00
kubernetes: document total log size (#2164)
This commit is contained in:
parent
4564017b13
commit
ee0adfe8c7
@ -70,6 +70,7 @@ func (c *KubdeadmConfiguration) InitConfiguration(externalCloudProvider bool, cl
|
||||
"audit-policy-file": auditPolicyPath,
|
||||
"audit-log-path": filepath.Join(auditLogDir, auditLogFile), // CIS benchmark
|
||||
"audit-log-maxage": "30", // CIS benchmark - Default value of Rancher
|
||||
// log size = 10 files * 100MB + 100 MB (which is currently being written) = 1.1GB
|
||||
"audit-log-maxbackup": "10", // CIS benchmark - Default value of Rancher
|
||||
"audit-log-maxsize": "100", // CIS benchmark - Default value of Rancher
|
||||
"profiling": "false", // CIS benchmark
|
||||
|
Loading…
x
Reference in New Issue
Block a user