Skip to content

Commit

Permalink
Merge #433
Browse files Browse the repository at this point in the history
433: docs: update README_CHECKS.md r=zegl a=zegl



Co-authored-by: Gustav Westling <gustav@getsturdy.com>
  • Loading branch information
bors[bot] and zegl committed Feb 17, 2022
2 parents c926a09 + 297687d commit 3d63924
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README_CHECKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
| container-memory-requests-equal-limits | Pod | Makes sure that all pods have the same memory requests as limits set. | optional |
| container-image-tag | Pod | Makes sure that a explicit non-latest tag is used | default |
| container-image-pull-policy | Pod | Makes sure that the pullPolicy is set to Always. This makes sure that imagePullSecrets are always validated. | default |
| container-ephemeral-storage-request-and-limit | Pod | Makes sure all pods have ephemeral-storage requests and limits set | default |
| container-ephemeral-storage-request-equals-limit | Pod | Make sure all pods have matching ephemeral-storage requests and limits | optional |
| container-ports-check | Pod | Container Ports Checks | optional |
| statefulset-has-poddisruptionbudget | StatefulSet | Makes sure that all StatefulSets are targeted by a PDB | default |
| deployment-has-poddisruptionbudget | Deployment | Makes sure that all Deployments are targeted by a PDB | default |
| poddisruptionbudget-has-policy | PodDisruptionBudget | Makes sure that PodDisruptionBudgets specify minAvailable or maxUnavailable | default |
Expand Down

0 comments on commit 3d63924

Please sign in to comment.