Configuring Dynamic Provisioning of Persistent Volumes
In your Kubernetes cluster, configure dynamic provisioning of persistent volumes. These persistent volumes will be used by CloudBlue Commerce extensions that require a persistent storage. To do this, please refer to the Kubernetes documentation and the documentation of the volume plugin (provisioner) that you are going to install.
We recommend that you use the NFS Ganesha server and external provisioner. When deploying this provisioner, you must use these values for its settings:
storageClass: create: true mountOptions: - vers=3 - noatime - nolock name: nfs-share provisionerName: nfs-share
Note: You must deploy the components of this provisioner in the namespace that you prepared for infrastructure components.