ArangoLocalStorage Custom Resource

    Example minimal storage definition:

    This definition results in:

    • the dynamic provisioning of PersistentVolume’s with a local volume on a node where the local volume starts in a sub-directory of /mnt/big-ssd-disk.
    • the dynamic cleanup of PersistentVolume’s (created by the 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 that created PersistentVolume will use.

    If a StorageClass with given name does not yet exist, it will be created.

    This setting specifies if the created StorageClass will be marked as default storage class. (default is false)

    This setting specifies which nodes the operator will provision persistent volumes on.