Skip to content

Commit b773649

Browse files
committed
improvement psa document fix
Signed-off-by: Ugur <[email protected]>
1 parent 26f72a7 commit b773649

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

content/en/docs/concepts/security/pod-security-admission.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,15 @@ current policy level:
126126
- Valid updates to `.spec.tolerations`
127127

128128
## Metrics
129-
You can look at the following Prometheus metrics exposed by kube-apiserver.
130129

131-
- `pod_security_errors_total`: metric contains the number of errors preventing normal evaluation. Non-fatal errors may result in the latest restricted profile being used for evaluation.
132-
- `pod_security_evaluations_total`: metric contains the number of policy evaluations that occurred, not counting ignored or exempt requests.
133-
during exporting.
134-
- `pod_security_exemptions_total`: metric contains the number of exempt requests, not counting ignored or out of scope requests.
130+
Here are the Prometheus metrics exposed by kube-apiserver:
131+
132+
- `pod_security_errors_total`: This metric indicates the number of errors preventing normal evaluation.
133+
Non-fatal errors may result in the latest restricted profile being used for evaluation.
134+
- `pod_security_evaluations_total`: This metric indicates the number of policy evaluations that have occurred,
135+
not counting ignored or exempt requests during exporting.
136+
- `pod_security_exemptions_total`: This metric indicates the number of exempt requests, not counting ignored
137+
or out of scope requests.
135138

136139
## {{% heading "whatsnext" %}}
137140

0 commit comments

Comments
 (0)