Merge pull request #48650 from windsonsea/chlist

Fix a clause about request/limit in app-security-checklist
pull/48693/head^2
Kubernetes Prow Robot 2024-11-11 17:42:46 +00:00 committed by GitHub
commit 2a234b2f82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ would apply to most applications deploying to Kubernetes.
when designing applications.
- [ ] Application configured with appropriate {{< glossary_tooltip text="QoS class" term_id="QoS-class" >}}
through resource request and limits.
- [ ] Memory limit is set for the workloads with a limit equal or inferior to the request.
- [ ] Memory limit is set for the workloads with a limit equal to or greater than the request.
- [ ] CPU limit might be set on sensitive workloads.
### Service account