-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
I found in the mariadb-single deployment where, since the ephemeral storage does not have any requests set, that once deployed it will try to consume too much of the disk storage on the node it is deployed on. This causes DiskPressure and eventually if not mitigated by, for instance, patching in the requests, it will eventually kill the node.
As of now, only cpu and memory requests are defined, something small like 5Gi would be okay to use as default so the pod doesn't try to over consume storage.
build-deploy-tool/legacy/helmcharts/mariadb-single/values.yaml
Lines 60 to 62 in 997483b
| requests: | |
| cpu: 10m | |
| memory: 10Mi |
e.g. ephemeral-storage: 5Gi
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels