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.
Below you’ll find all settings of the ArangoLocalStorage
custom resource.
This setting specifies the name of the storage class thatcreated will use.
If a StorageClass
with given name does not yet exist, itwill be created.
This setting specifies if the created willbe marked as default storage class. (default is false
)
This setting specifies which nodes the operator willprovision persistent volumes on.