Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ tags, and then generate with `hack/update-toc.sh`.
- [Implementation History](#implementation-history)
- [Alpha](#alpha-1)
- [Beta](#beta-1)
- [GA](#ga-1)
- [Drawbacks](#drawbacks)
- [Alternatives](#alternatives)
- [Infrastructure Needed (Optional)](#infrastructure-needed-optional)
Expand Down Expand Up @@ -920,6 +921,10 @@ Add e2e tests <https://github.com/kubernetes/kubernetes/pull/121604>(WIP):
2. Verfiy behavior of image pull in parallel for same image using `imagePullPolicy:Always`.
3. Check the waiting period of image pull for pods with `MaxParallelImagePulls: 1` and `MaxParallelImagePulls: 5`.

### GA

1.35 the feature is GA.

## Drawbacks

<!--
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors:
- "@pacoxu"
- "@Ruiwen-Zhao"
owning-sig: sig-node
status: implementable
status: implemented
creation-date: 2023-01-05
last-updated: 2025-10-09
reviewers:
Expand Down