35 lines
934 B
Markdown
35 lines
934 B
Markdown
---
|
|
title: CSIMigrationvSphere
|
|
content_type: feature_gate
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: alpha
|
|
defaultValue: false
|
|
fromVersion: "1.18"
|
|
toVersion: "1.18"
|
|
- stage: beta
|
|
defaultValue: false
|
|
fromVersion: "1.19"
|
|
toVersion: "1.24"
|
|
- stage: beta
|
|
defaultValue: true
|
|
fromVersion: "1.25"
|
|
toVersion: "1.25"
|
|
- stage: stable
|
|
defaultValue: true
|
|
fromVersion: "1.26"
|
|
toVersion: "1.28"
|
|
|
|
removed: true
|
|
---
|
|
Enables shims and translation logic to route volume operations
|
|
from the vSphere in-tree plugin to vSphere CSI plugin. Supports falling back
|
|
to in-tree vSphere plugin for mount operations to nodes that have the feature
|
|
disabled or that do not have vSphere 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.
|