Small wording update on Log sanitization docs
Follow up to PR #24845, following the remarks kbhawkey had
This commit is contained in:
parent
d7a3f5d409
commit
1de3ac5a28
|
@ -99,17 +99,17 @@ List of components currently supporting JSON format:
|
||||||
Log sanitization might incur significant computation overhead and therefore should not be enabled in production.
|
Log sanitization might incur significant computation overhead and therefore should not be enabled in production.
|
||||||
{{< /warning >}}
|
{{< /warning >}}
|
||||||
|
|
||||||
The `--experimental-logging-sanitization` controls if a sanitization filter will be installed in klog.
|
The `--experimental-logging-sanitization` flag enables the klog sanitization filter.
|
||||||
If enabled all log arguments are inspected for fields tagged as sensitive data (e.g. passwords, keys, tokens) and logging of these fields will be prevented.
|
If enabled all log arguments are inspected for fields tagged as sensitive data (e.g. passwords, keys, tokens) and logging of these fields will be prevented.
|
||||||
|
|
||||||
List of components currently supporting log sanitization:
|
List of components currently supporting log sanitization:
|
||||||
* {{< glossary_tooltip term_id="kube-controller-manager" text="kube-controller-manager" >}}
|
* kube-controller-manager
|
||||||
* {{< glossary_tooltip term_id="kube-apiserver" text="kube-apiserver" >}}
|
* kube-apiserver
|
||||||
* {{< glossary_tooltip term_id="kube-scheduler" text="kube-scheduler" >}}
|
* kube-scheduler
|
||||||
* {{< glossary_tooltip term_id="kubelet" text="kubelet" >}}
|
* kubelet
|
||||||
|
|
||||||
{{< note >}}
|
{{< note >}}
|
||||||
This is not interacting with user workload logs, so it won't prevent users workloads from leaking sensitive data.
|
The Log sanitization filter does not prevent user workload logs from leaking sensitive data.
|
||||||
{{< /note >}}
|
{{< /note >}}
|
||||||
|
|
||||||
### Log verbosity level
|
### Log verbosity level
|
||||||
|
|
Loading…
Reference in New Issue