Fix some typos in [en] docs.

Signed-off-by: yanggang <gang.yang@daocloud.io>
pull/43961/head
yanggang 2023-11-16 00:35:39 +00:00
parent 4963044493
commit 5f3f34b39b
No known key found for this signature in database
GPG Key ID: 7F6E0CAD1556A240
3 changed files with 3 additions and 3 deletions

View File

@ -97,7 +97,7 @@ Eviction signal value is calculated periodically and does NOT enforce the limit.
PID limiting - per Pod and per Node sets the hard limit.
Once the limit is hit, workload will start experiencing failures when trying to get a new PID.
It may or may not lead to rescheduling of a Pod,
depending on how workload reacts on these failures and how liveleness and readiness
depending on how workload reacts on these failures and how liveness and readiness
probes are configured for the Pod. However, if limits were set correctly,
you can guarantee that other Pods workload and system processes will not run out of PIDs
when one Pod is misbehaving.