Azure / AKS

Azure Kubernetes Service
https://azure.github.io/AKS/
1.97k stars 306 forks source link

Default to Parallel Image Pulling #4499

Open stl327 opened 2 months ago

stl327 commented 2 months ago

As part of AKS 1.31 preview, the default value for --serialize-image-pulls in the kubelet config will be changed to false. By changing --serialize-image-pulls to false, container images are now pulled in a parallel fashion rather than serialized, which is expected to improve performance. In particular, this should benefit operations pulling large container images by size (GBs) or a large number of images overall.

Rob19999 commented 2 months ago

Good to hear this is becoming a default feature

allyford commented 1 month ago

Update: On track for default in k8s 1.31. See 1.31 release updates in #4480

stl327 commented 3 weeks ago

Update: 1.31 preview, which will enable this feature, is currently rolling out with the 10/06 release. See the AKS release tracker for more information