From 2d30fbfa646ff2b684290329f0356437ac3855fe Mon Sep 17 00:00:00 2001 From: Sergey Kanzhelev Date: Tue, 18 Nov 2025 17:55:25 +0000 Subject: [PATCH] 3673 is implemented --- .../3673-kubelet-parallel-image-pull-limit/README.md | 5 +++++ .../sig-node/3673-kubelet-parallel-image-pull-limit/kep.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/keps/sig-node/3673-kubelet-parallel-image-pull-limit/README.md b/keps/sig-node/3673-kubelet-parallel-image-pull-limit/README.md index 76eb3b2aa67..5db5b657914 100644 --- a/keps/sig-node/3673-kubelet-parallel-image-pull-limit/README.md +++ b/keps/sig-node/3673-kubelet-parallel-image-pull-limit/README.md @@ -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) @@ -920,6 +921,10 @@ Add e2e tests (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