You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: