As of Kubernetes 1.25,Documentation Index
Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt
Use this file to discover all available pages before exploring further.
kubernetes.io/azure-file is deprecated. Cognigy.AI supports Azure File Container Storage Interface (CSI) instead, which replaces the Azure File provisioner. This guide will explain the migration process from Azure File Provisioner to the Azure CSI driver.
Prerequisites
- Kubernetes 1.21 or later.
- The
kubectlutility is installed locally. - Helm v3.9+ is installed on the client host.
- Cognigy.AI installation must be 4.64.2 or later.
- Snapshots or backups of all Azure File Persistent Volume Claims or Persistent Volumes (flow modules, functions) must be ready before the migration starts.
Migration Process
-
Retain the
flow-modulesandfunctionsPersistent volumes. -
Enable the Azure CSI provisioner in the
values.yamlfile. -
Delete the
flow-modulesandfunctionStorageClass. -
Reapply the helm chart.
Rollback Process
-
Undo all changes made to the
values.yamlfile during the migration. -
Delete the
flow-modulesandfunctionStorageClass. -
Apply the Helm chart again.