Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
e8f0fb82
Unverified
Commit
e8f0fb82
authored
1 year ago
by
Kay Yan
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
fix-kube-bench-1.2.20 (#9939)
parent
19856cf6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/vars.md
+1
-1
1 addition, 1 deletion
docs/vars.md
roles/kubernetes/control-plane/defaults/main/main.yml
+1
-1
1 addition, 1 deletion
roles/kubernetes/control-plane/defaults/main/main.yml
with
2 additions
and
2 deletions
docs/vars.md
+
1
−
1
View file @
e8f0fb82
...
...
@@ -252,7 +252,7 @@ node_taints:
The auditing parameters can be tuned via the following variables (which default values are shown below):
*
`audit_log_path`
: /var/log/audit/kube-apiserver-audit.log
*
`audit_log_maxage`
: 30
*
`audit_log_maxbackups`
: 1
*
`audit_log_maxbackups`
: 1
0
*
`audit_log_maxsize`
: 100
*
`audit_policy_file`
: "{{ kube_config_dir }}/audit-policy/apiserver-audit-policy.yaml"
...
...
This diff is collapsed.
Click to expand it.
roles/kubernetes/control-plane/defaults/main/main.yml
+
1
−
1
View file @
e8f0fb82
...
...
@@ -48,7 +48,7 @@ audit_log_path: /var/log/audit/kube-apiserver-audit.log
# num days
audit_log_maxage
:
30
# the num of audit logs to retain
audit_log_maxbackups
:
1
audit_log_maxbackups
:
1
0
# the max size in MB to retain
audit_log_maxsize
:
100
# policy file
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment