Open stl327 opened 2 months ago
Good to hear this is becoming a default feature
Update: On track for default in k8s 1.31. See 1.31 release updates in #4480
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
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.