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