Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure we request the correct amount of ephemeral storage
emptyDir volumes use node ephemeral storage. Since we have such large emptyDir volumes for these pods, make sure we explicitly request a minimum amount of ephemeral storage so that pods are scheduled on nodes that can handle our storage needs. This is to avoid pod evictions (due to node being low on storage) and random missed reductions.
- Loading branch information