Skip to content

Commit 3d63924

Browse files
bors[bot]zegl
andauthored
Merge #433
433: docs: update README_CHECKS.md r=zegl a=zegl Co-authored-by: Gustav Westling <[email protected]>
2 parents c926a09 + 297687d commit 3d63924

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README_CHECKS.md

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
| container-memory-requests-equal-limits | Pod | Makes sure that all pods have the same memory requests as limits set. | optional |
1010
| container-image-tag | Pod | Makes sure that a explicit non-latest tag is used | default |
1111
| container-image-pull-policy | Pod | Makes sure that the pullPolicy is set to Always. This makes sure that imagePullSecrets are always validated. | default |
12+
| container-ephemeral-storage-request-and-limit | Pod | Makes sure all pods have ephemeral-storage requests and limits set | default |
13+
| container-ephemeral-storage-request-equals-limit | Pod | Make sure all pods have matching ephemeral-storage requests and limits | optional |
14+
| container-ports-check | Pod | Container Ports Checks | optional |
1215
| statefulset-has-poddisruptionbudget | StatefulSet | Makes sure that all StatefulSets are targeted by a PDB | default |
1316
| deployment-has-poddisruptionbudget | Deployment | Makes sure that all Deployments are targeted by a PDB | default |
1417
| poddisruptionbudget-has-policy | PodDisruptionBudget | Makes sure that PodDisruptionBudgets specify minAvailable or maxUnavailable | default |

0 commit comments

Comments
 (0)