Skip to content

Commit af7679a

Browse files
committed
Link for ReadWriteOncePod alpha and beta e2e tests
1 parent 4ec371d commit af7679a

File tree

1 file changed

+4
-4
lines changed
  • keps/sig-storage/2485-read-write-once-pod-pv-access-mode

1 file changed

+4
-4
lines changed

keps/sig-storage/2485-read-write-once-pod-pv-access-mode/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -626,17 +626,17 @@ will test the K8s to CSI access mode mapping behavior because most storage end
626626
to end tests rely on the ReadWriteOnce access mode, which now maps to the
627627
SINGLE_NODE_MULTI_WRITER CSI access mode.
628628

629-
E2E tests for alpha behavior can be found here:
630-
631-
- [test/e2e/storage/testsuites/readwriteoncepod.go] : [k8s-triage]
632-
633629
For beta, we will want to cover the additional cases for preemption:
634630

635631
- A high-priority pod requesting a ReadWriteOncePod volume that's already in-use
636632
will result in the preemption of the pod previously using the volume
637633
- A low-priority (or no priority) pod requesting a ReadWriteOncePod volume
638634
that's already in-use will result in it being UnschedulableAndUnresolvable
639635

636+
E2E tests for alpha and beta behavior can be found here:
637+
638+
- [test/e2e/storage/testsuites/readwriteoncepod.go] : [k8s-triage]
639+
640640
[test/e2e/storage/testsuites/readwriteoncepod.go]: https://github.com/kubernetes/kubernetes/blob/master/test/e2e/storage/testsuites/readwriteoncepod.go
641641
[k8s-triage]: https://storage.googleapis.com/k8s-triage/index.html?pr=1&test=read-write-once-pod
642642

0 commit comments

Comments
 (0)