You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Allow extra volume mounts to be configured
* * Renamed extraVolumeMounts to hostPathVolumeMounts.
* Added emptyDirVolumeMounts to support emptyDir volumes. The emptyDirVolumeMounts option is implemented in a manner similar to hostPathVolumeMounts.
* Removed the heapDump volumes. Now we can use emptyDirVolumeMounts.
* Add heapDumpDir as an emptyDir volume if user did not set emptyDirVolumeMounts
* Unit tests for hostPathVolumeMounts and emptyDirVolumeMounts
Description
Bookkeeper operator should allow to specify "extra" volumes to be mounted into a bookie container.
Importance
This functionality is needed to share directories between the hosts and containers, store logs and crash dumps.
Location
pkg/controller/bookkeepercluster/bookie.go
The text was updated successfully, but these errors were encountered: