Skip to content

Commit 1de3ac5

Browse files
authored
Small wording update on Log sanitization docs
Follow up to PR #24845, following the remarks kbhawkey had
1 parent d7a3f5d commit 1de3ac5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/en/docs/concepts/cluster-administration/system-logs.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,17 +99,17 @@ List of components currently supporting JSON format:
9999
Log sanitization might incur significant computation overhead and therefore should not be enabled in production.
100100
{{< /warning >}}
101101

102-
The `--experimental-logging-sanitization` controls if a sanitization filter will be installed in klog.
102+
The `--experimental-logging-sanitization` flag enables the klog sanitization filter.
103103
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.
104104

105105
List of components currently supporting log sanitization:
106-
* {{< glossary_tooltip term_id="kube-controller-manager" text="kube-controller-manager" >}}
107-
* {{< glossary_tooltip term_id="kube-apiserver" text="kube-apiserver" >}}
108-
* {{< glossary_tooltip term_id="kube-scheduler" text="kube-scheduler" >}}
109-
* {{< glossary_tooltip term_id="kubelet" text="kubelet" >}}
106+
* kube-controller-manager
107+
* kube-apiserver
108+
* kube-scheduler
109+
* kubelet
110110

111111
{{< note >}}
112-
This is not interacting with user workload logs, so it won't prevent users workloads from leaking sensitive data.
112+
The Log sanitization filter does not prevent user workload logs from leaking sensitive data.
113113
{{< /note >}}
114114

115115
### Log verbosity level

0 commit comments

Comments
 (0)