Details
-
Improvement
-
Status: Open
-
Medium
-
Resolution: Unresolved
-
None
-
None
-
None
Description
original issue: https://jira.percona.com/browse/K8SPXC-262
It is needed to pass ephemeral-storage from CR to StatefulSets
reason: Without requests/limits for ephemeral-storage, pods are evicted when their host node encounters disk pressure. It doesn't matter if one is using hostDir/emptyDir or PVCs: the pod will be using some amount of local disk for log buffers up to a rotation limit and such.