As part of the fix for issue #5752 a default SizeLimit is provided on the emptyDir volumes from the mount trait. Ideally this would be configurable by the user.
Problem
Currently there's no way to configure this as it's a default (1Gi) which may be too high of a default for some users.
Proposal
Add some pattern to the trait mount.empty-dir that allows the parsing of an additional field, SizeLimit
Requirement
As part of the fix for issue #5752 a default SizeLimit is provided on the emptyDir volumes from the mount trait. Ideally this would be configurable by the user.
Problem
Currently there's no way to configure this as it's a default (1Gi) which may be too high of a default for some users.
Proposal
Add some pattern to the trait
mount.empty-dir
that allows the parsing of an additional field, SizeLimitOpen questions
No response