17 lines
606 B
Markdown
17 lines
606 B
Markdown
---
|
|
# Removed from Kubernetes
|
|
title: CSIMigrationGCEComplete
|
|
content_type: feature_gate
|
|
|
|
_build:
|
|
list: never
|
|
render: false
|
|
---
|
|
Stops registering the GCE-PD in-tree plugin in
|
|
kubelet and volume controllers and enables shims and translation logic to
|
|
route volume operations from the GCE-PD in-tree plugin to PD CSI plugin.
|
|
Requires CSIMigration and CSIMigrationGCE feature flags enabled and PD CSI
|
|
plugin installed and configured on all nodes in the cluster. This flag has
|
|
been deprecated in favor of the `InTreePluginGCEUnregister` feature flag which
|
|
prevents the registration of in-tree GCE PD plugin.
|