Skip to content

Commit

Permalink
Don't process PVCs for in-tree volumes
Browse files Browse the repository at this point in the history
Request for provisioning of in-tree volume plugins that were migrated to
CSI will always have CSI driver name in annStorageProvisioner.
  • Loading branch information
jsafrane committed Sep 30, 2019
1 parent e17cc20 commit 87ff997
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/csi-provisioner/csi-provisioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ func main() {
klog.Fatalf("Failed to get InTree plugin name for migrated CSI plugin %s: %v", provisionerName, err)
}
klog.V(2).Infof("Supports migration from in-tree plugin: %s", supportsMigrationFromInTreePluginName)
provisionerOptions = append(provisionerOptions, controller.AdditionalProvisionerNames([]string{supportsMigrationFromInTreePluginName}))
}

// Create the provisioner: it implements the Provisioner interface expected by
Expand Down

0 comments on commit 87ff997

Please sign in to comment.