Similar to 57974ee, the request here is to add a flag --image-pull-job-host-network. In addition to the symmetry this would provide for --image-delete-job-host-network, the specific reason I want this is that kube-fledged pods can cause a spike of pods requesting IPs from providers like https://github.com/aws/amazon-vpc-cni-k8s. This spike can lead to exhaustion or errors with other pods in the same subnet trying to get IPs. Running in the host network prevents this issue.
I'm happy to contribute a PR for this if it sounds good.
Similar to 57974ee, the request here is to add a flag
--image-pull-job-host-network. In addition to the symmetry this would provide for--image-delete-job-host-network, the specific reason I want this is that kube-fledged pods can cause a spike of pods requesting IPs from providers like https://github.com/aws/amazon-vpc-cni-k8s. This spike can lead to exhaustion or errors with other pods in the same subnet trying to get IPs. Running in the host network prevents this issue.I'm happy to contribute a PR for this if it sounds good.