pulp-operator icon indicating copy to clipboard operation
pulp-operator copied to clipboard

Remove support to `emptyDir` and add a validation for missing storage definition

Open git-hyagi opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. Even though the emptyDir can be handy for the development/test of the operator, it brings confusion and unexpected behaviors on Pulp that, in the end, is more harmful than helpful.

Describe the solution you'd like We should remove the support for using emptyDir (not only to pulpcore pods, but maybe to postgres too) and add a validation if no storage (pvc/sc/objectstorage) is provided.

git-hyagi avatar Sep 10 '24 10:09 git-hyagi