website/content/en/docs/reference/command-line-tools-reference/feature-gates/csi-migration-azure-file.md

32 lines
903 B
Markdown

---
title: CSIMigrationAzureFile
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: alpha
defaultValue: false
fromVersion: "1.15"
toVersion: "1.20"
- stage: beta
defaultValue: false
fromVersion: "1.21"
toVersion: "1.23"
- stage: beta
defaultValue: true
fromVersion: "1.24"
toVersion: "1.25"
- stage: stable
defaultValue: true
fromVersion: "1.26"
---
Enables shims and translation logic to route volume
operations from the Azure-File in-tree plugin to AzureFile CSI plugin.
Supports falling back to in-tree AzureFile plugin for mount operations to
nodes that have the feature disabled or that do not have AzureFile CSI plugin
installed and configured. Does not support falling back for provision
operations, for those the CSI plugin must be installed and configured.
Requires CSIMigration feature flag enabled.