ArangoLocalStorage Custom Resource
Example minimal storage definition:
This definition results in:
- the dynamic provisioning of PersistentVolume’s witha local volume on a node where the local volume startsin a sub-directory of
/mnt/big-ssd-disk
. - the dynamic cleanup of PersistentVolume’s (created bythe operator) after one is released.The provisioned volumes will have a capacity that matchesthe requested capacity of volume claims.
This setting specifies the name of the storage class thatcreated will use.
If empty, this field defaults to the name of the ArangoLocalStorage
object.
This setting specifies if the created willbe marked as default storage class. (default is false
)
This setting specifies one of more local directories(on the nodes) used to create persistent volumes in.