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 components that require 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.

CloudBlue, an Ingram Micro business, uses cookies to improve the usability of our site. By continuing to use this site and/or logging in you are accepting the use of these cookies. For more information, visit our Privacy Policy.