Merge pull request #88032 from davidz627/master

Change migrated-to annoation key to follow best practices by removing beta
This commit is contained in:
Kubernetes Prow Robot 2020-02-12 17:54:48 -08:00 committed by GitHub
commit e92ecdd7ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ const (
// through the CSIMigration feature flags. When this annotation is set the
// Kubernetes components will "stand-down" and the external-provisioner will
// act on the objects
AnnMigratedTo = "volume.beta.kubernetes.io/migrated-to"
AnnMigratedTo = "pv.kubernetes.io/migrated-to"
// AnnStorageProvisioner annotation is added to a PVC that is supposed to be dynamically
// provisioned. Its value is name of volume plugin that is supposed to provision