28 lines
812 B
Markdown
28 lines
812 B
Markdown
---
|
|
# Removed from Kubernetes
|
|
title: CSIMigrationvSphereComplete
|
|
content_type: feature_gate
|
|
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: beta
|
|
defaultValue: false
|
|
fromVersion: "1.19"
|
|
toVersion: "1.21"
|
|
- stage: deprecated
|
|
fromVersion: "1.22"
|
|
toVersion: "1.22"
|
|
|
|
removed: true
|
|
---
|
|
Stops registering the vSphere in-tree plugin in kubelet
|
|
and volume controllers and enables shims and translation logic to route volume operations
|
|
from the vSphere in-tree plugin to vSphere CSI plugin. Requires CSIMigration and
|
|
CSIMigrationvSphere feature flags enabled and vSphere CSI plugin installed and
|
|
configured on all nodes in the cluster. This flag has been deprecated in favor
|
|
of the `InTreePluginvSphereUnregister` feature flag which prevents the
|
|
registration of in-tree vsphere plugin.
|