Skip to content

Commit 42a4b1c

Browse files
authored
Merge pull request kubernetes#3875 from RaunakShah/3141-kep-3
KEP-3141: Add links to newly added e2e tests
2 parents 7394986 + ee9120f commit 42a4b1c

File tree

1 file changed

+2
-2
lines changed
  • keps/sig-storage/3141-prevent-volume-mode-conversion

1 file changed

+2
-2
lines changed

keps/sig-storage/3141-prevent-volume-mode-conversion/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,10 +401,10 @@ We expect no non-infra related flakes in the last month as a GA graduation crite
401401
The feature flag will be enabled for e2e tests. The tests will attempt to convert volume
402402
mode when creating a `PVC` from a `VolumeSnapshot`:
403403
- With `Spec.SourceVolumeMode` populated and `snapshot.storage.kubernetes.io/allow-volume-mode-change: true`
404-
annotation present.
404+
annotation present - https://github.com/kubernetes-csi/external-provisioner/pull/867/files: https://testgrid.k8s.io/sig-storage-csi-external-provisioner#canary
405405
- With `Spec.SourceVolumeMode` populated but no `snapshot.storage.kubernetes.io/allow-volume-mode-change: true`
406406
annotation - https://github.com/kubernetes-csi/external-provisioner/pull/832: https://testgrid.k8s.io/sig-storage-csi-external-provisioner#canary
407-
- With `Spec.SourceVolumeMode` set to `nil`.
407+
- With `Spec.SourceVolumeMode` set to `nil` - https://github.com/kubernetes-csi/external-provisioner/pull/867/files: https://testgrid.k8s.io/sig-storage-csi-external-provisioner#canary
408408
409409
### Graduation Criteria
410410

0 commit comments

Comments
 (0)