@@ -110,6 +110,7 @@ tags, and then generate with `hack/update-toc.sh`.
110
110
- [ Troubleshooting] ( #troubleshooting )
111
111
- [ Implementation History] ( #implementation-history )
112
112
- [ Alpha] ( #alpha-1 )
113
+ - [ Beta] ( #beta-1 )
113
114
- [ Drawbacks] ( #drawbacks )
114
115
- [ Alternatives] ( #alternatives )
115
116
- [ Infrastructure Needed (Optional)] ( #infrastructure-needed-optional )
@@ -381,8 +382,8 @@ https://storage.googleapis.com/k8s-triage/index.html
381
382
We expect no non-infra related flakes in the last month as a GA graduation criteria.
382
383
-->
383
384
384
- A new node_e2e test with ` serialize-image-pulls==false ` will be added test parallel image pull limits.
385
- 1 . When maxParallelImagePulls is reached, all further image pulls will be blocked.
385
+ A new node_e2e test with ` serialize-image-pulls==false ` will be added test parallel image pull limits.
386
+ 1 . When maxParallelImagePulls is reached, all further image pulls will be blocked.
386
387
2 . Verify the behavior when the same image is pulled in parallel, which will happen when image pull policy is ` Always ` .
387
388
388
389
- <test >: <link to test coverage >
@@ -905,7 +906,15 @@ Major milestones might include:
905
906
906
907
### Alpha
907
908
908
- Alpha feature was implemented in 1.27.
909
+ Alpha feature was implemented in 1.27: < https://github.com/kubernetes/kubernetes/pull/115220 >
910
+
911
+ ### Beta
912
+
913
+ Add e2e tests(WIP):
914
+
915
+ 1 . A new node_e2e test to confirm image pull will be blocked if maxParallelImagePulls is reached.
916
+ 2 . Verfiy behavior of image pull in parallel for same image using ` imagePullPolicy:Always ` .
917
+ 3 . Check the waiting period of image pull for pods with ` MaxParallelImagePulls: 1 ` and ` MaxParallelImagePulls: 5 ` .
909
918
910
919
## Drawbacks
911
920
0 commit comments