Merge pull request #109089 from deepakkinni/deprecate-vc-70u2-below-releases-v2

deprecate vsphere releases less than 7.0u2 for in-tree vsphere volumes
This commit is contained in:
Kubernetes Prow Robot
2022-03-28 19:25:11 -07:00
committed by GitHub
5 changed files with 105 additions and 92 deletions

View File

@@ -306,7 +306,7 @@ const (
InTreePluginAzureFileUnregister featuregate.Feature = "InTreePluginAzureFileUnregister"
// owner: @divyenpatel
// beta: v1.19 (requires: vSphere vCenter/ESXi Version: 7.0u1, HW Version: VM version 15)
// beta: v1.19 (requires: vSphere vCenter/ESXi Version: 7.0u2, HW Version: VM version 15)
//
// Enables the vSphere in-tree driver to vSphere CSI Driver migration feature.
CSIMigrationvSphere featuregate.Feature = "CSIMigrationvSphere"