Skip to main content

Privacera Documentation

Increase storage for Privacera PolicySync on Kubernetes

Problem: On Privacera version 7.2 or newer, you have a storage issue with a Privacera PolicySync connector instance in your Kubernetes environment.

Cause: Prior to Privacera release 6.2, the storage size was fixed at 5 GB.

Solution:

Complete the following procedure to increase the available storage size for a specific PolicySync connector:

  1. Log in to the system where you have Privacera Manager installed.

  2. Open the vars.connectors.<connector>.yml file in the ~/privacera/privacera-manager/custom-vars/connectors/<connector>/<instance> directory. Replace <connector> with the name of your PolicySync connector, such as postgresql.

  3. Append the following variable to the file you opened in the previous step:

    CONNECTOR_ROCKSDB_K8S_PVC_STORAGE_SIZE_MB:"<size>"

    where:

    • size: Specifies the size in MB for the PVC storage, such as 11264 to specify 11 GB.

  4. To apply your changes, enter the following command:

    cd ~/privacera/privacera-manager/
    ./privacera-manager.sh update