mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 23:37:01 +00:00
Merge pull request #88032 from davidz627/master
Change migrated-to annoation key to follow best practices by removing beta
This commit is contained in:
commit
e92ecdd7ee
@ -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