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

Reload network configuration without agent restart #16457

Open
lgfa29 opened this issue Mar 13, 2023 · 0 comments
Open

Reload network configuration without agent restart #16457

lgfa29 opened this issue Mar 13, 2023 · 0 comments

Comments

@lgfa29
Copy link
Contributor

lgfa29 commented Mar 13, 2023

Proposal

Some CNI plugins require configuration to be dynamically applied, which means that new CNI plugins and configuration placed in the cni_path and cni_config_dir while the Nomad agent is running. Currently agents need to be restarted to reload these plugins and configuration files, which is a cumbersome process that may result in allocations being shuffled around for no good reason.

CNI network configuration should be reloadable, either through a SIGHUP or as a first-class concept that is registered in servers and propagated to clients.

Use-cases

Deploy and configure CNI plugins.

Attempted Solutions

N/A

Note
Issue extracted from #13824. Refer to that issue for more context.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Needs Roadmapping
Development

No branches or pull requests

1 participant