File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en/docs/tasks/debug/debug-cluster Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,11 @@ compared against the list of rules in order. The first matching rule sets the
66
66
_ audit level_ of the event. The defined audit levels are:
67
67
68
68
- ` None ` - don't log events that match this rule.
69
- - ` Metadata ` - log event metadata (requesting user, timestamp, resource,
69
+ - ` Metadata ` - log events with metadata (requesting user, timestamp, resource,
70
70
verb, etc.) but not request or response body.
71
- - ` Request ` - log event metadata and request body but not response body.
71
+ - ` Request ` - log events with request metadata and body but not response body.
72
72
This does not apply for non-resource requests.
73
- - ` RequestResponse ` - log event metadata, request and response bodies .
73
+ - ` RequestResponse ` - log events with request metadata, request body and response body .
74
74
This does not apply for non-resource requests.
75
75
76
76
You can pass a file with the policy to ` kube-apiserver `
You can’t perform that action at this time.
0 commit comments