mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Change migrated-to annoation key to follow best practices by removing beta and using 'pv' prefix
This commit is contained in:
parent
574acbe310
commit
81668cb887
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user