File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
keps/sig-node/3673-kubelet-parallel-image-pull-limit Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -924,7 +924,7 @@ Alpha feature was implemented in 1.27: <https://github.com/kubernetes/kubernetes
924
924
925
925
### Beta
926
926
927
- Add e2e tests(WIP):
927
+ Add e2e tests < https://github.com/kubernetes/kubernetes/pull/121604 > (WIP):
928
928
929
929
1 . A new node_e2e test to confirm image pull will be blocked if maxParallelImagePulls is reached.
930
930
2 . Verfiy behavior of image pull in parallel for same image using ` imagePullPolicy:Always ` .
Original file line number Diff line number Diff line change 6
6
owning-sig : sig-node
7
7
status : implementable
8
8
creation-date : 2023-01-05
9
- last-updated : 2023-09-08
9
+ last-updated : 2024-01-29
10
10
reviewers :
11
11
- " @SergeyKanzhelev"
12
12
approvers :
@@ -18,10 +18,10 @@ stage: beta
18
18
# The most recent milestone for which work toward delivery of this KEP has been
19
19
# done. This can be the current (upcoming) milestone, if it is being actively
20
20
# worked on.
21
- latest-milestone : " v1.29 "
21
+ latest-milestone : " v1.30 "
22
22
23
23
# The milestone at which this feature was, or is targeted to be, at each stage.
24
24
milestone :
25
25
alpha : " v1.27"
26
- beta : " v1.29 "
27
- stable : " v1.30 "
26
+ beta : " v1.30 "
27
+ stable : " v1.32 "
You can’t perform that action at this time.
0 commit comments