Skip to content

Commit 6601b7b

Browse files
authored
Merge pull request #4452 from pacoxu/3673-beta-1.30
postponed kep-3673 parallel image pull limit to v1.30 for beta
2 parents 0e09fd6 + 0285d28 commit 6601b7b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

keps/sig-node/3673-kubelet-parallel-image-pull-limit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ Alpha feature was implemented in 1.27: <https://github.com/kubernetes/kubernetes
924924

925925
### Beta
926926

927-
Add e2e tests(WIP):
927+
Add e2e tests <https://github.com/kubernetes/kubernetes/pull/121604>(WIP):
928928

929929
1. A new node_e2e test to confirm image pull will be blocked if maxParallelImagePulls is reached.
930930
2. Verfiy behavior of image pull in parallel for same image using `imagePullPolicy:Always`.

keps/sig-node/3673-kubelet-parallel-image-pull-limit/kep.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors:
66
owning-sig: sig-node
77
status: implementable
88
creation-date: 2023-01-05
9-
last-updated: 2023-09-08
9+
last-updated: 2024-01-29
1010
reviewers:
1111
- "@SergeyKanzhelev"
1212
approvers:
@@ -18,10 +18,10 @@ stage: beta
1818
# The most recent milestone for which work toward delivery of this KEP has been
1919
# done. This can be the current (upcoming) milestone, if it is being actively
2020
# worked on.
21-
latest-milestone: "v1.29"
21+
latest-milestone: "v1.30"
2222

2323
# The milestone at which this feature was, or is targeted to be, at each stage.
2424
milestone:
2525
alpha: "v1.27"
26-
beta: "v1.29"
27-
stable: "v1.30"
26+
beta: "v1.30"
27+
stable: "v1.32"

0 commit comments

Comments
 (0)