Configure a different storage type

If your deployment uses a different storage type, for example, GlusterFS, you must modify the contents of the other.yaml file in the /templates/volumes directory.

Before you begin

The other.yaml file contains all persistent volume definitions that are required for the storage services. You can update the persistent volume definitions; however, the metadata section of each persistent volume definition must remain as specified.

Procedure

  1. Add the following line to /config/paw.env:
    export PA_KUBE_STORAGE_TYPE=shared
    export PA_KUBE_VOLUME_TYPE=other
    
  2. Configure the volume definitions in templates/volumes/other.yaml. Each persistent volume definition in templates/volumes/other.yaml contains a comment block. Replace the comment block with details associated with the storage type.
    #
    # Place your volume configuration here
    #