Skip to main content
As of Cognigy 4.45.0, the support for the EFS external provisioner is deprecated. Cognigy supports the Amazon EFS CSI driver instead.

Prerequisites

  • Kubernetes 1.21 - 1.24.
  • Kubectl utility is installed locally.
  • Helm v3.8+ is installed on the client host.
  • Amazon EFS CSI driver is installed in the kubernetes cluster.
  • Cognigy installation must be 4.45 or later.
  • Snapshots/Backups of all EFS Persistent Volume Claims/Persistent Volumes (flow modules, functions) are must be ready before the migration starts.

Migration process

  1. Retain the flow-modules and functions Persistent volumes.
  2. Enable the EFS CSI provisioner in the values.yaml file.
    For more details, check the Helm Chart values.yaml reference
  3. Disable the currently running efs provisioner in the values.yaml file by deleting the following code block.
  4. Delete the flow-modules and function StorageClass.
  5. Reapply the helm chart.
Last modified on September 3, 2026