Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: hostNetwork for image pull jobs #230

Open
bschwenn opened this issue Nov 9, 2023 · 0 comments
Open

feature: hostNetwork for image pull jobs #230

bschwenn opened this issue Nov 9, 2023 · 0 comments

Comments

@bschwenn
Copy link

bschwenn commented Nov 9, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant