serializeImagePullsDisabled property

bool? serializeImagePullsDisabled
getter/setter pair

Prevents the Kubelet from pulling multiple images at a time.

We recommend not changing the default value on nodes that run docker daemon with version < 1.9 or an Another Union File System (Aufs) storage backend. Issue https://github.com/kubernetes/kubernetes/issues/10959 has more details.

Implementation

core.bool? serializeImagePullsDisabled;