Merge pull request #98753 from Jiawei0227/length

Relax csiNodeIDMaxLength to longer limit
This commit is contained in:
Kubernetes Prow Robot
2021-03-09 09:19:00 -08:00
committed by GitHub
4 changed files with 83 additions and 23 deletions

View File

@@ -366,7 +366,7 @@ func (ctrl *PersistentVolumeController) updateVolumeMigrationAnnotations(volume
// updateMigrationAnnotations takes an Annotations map and checks for a
// provisioner name using the provisionerKey. It will then add a
// "volume.beta.kubernetes.io/migrated-to" annotation if migration with the CSI
// "pv.kubernetes.io/migrated-to" annotation if migration with the CSI
// driver name for that provisioner is "on" based on feature flags, it will also
// remove the annotation is migration is "off" for that provisioner in rollback
// scenarios. Returns true if the annotations map was modified and false otherwise.