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

networking: Inject implicit constraints on CNI plugins when using bridge mode #15473

Merged
merged 4 commits into from
Mar 27, 2024

Commits on Mar 27, 2024

  1. networking: Inject implicit constraints on CNI plugins when using bri…

    …dge mode
    
    This PR adds a job mutator which injects constraints on the job taskgroups
    that make use of bridge networking. Creating a bridge network makes use of the
    CNI plugins: bridge, firewall, host-local, loopback, and portmap. Starting
    with Nomad 1.5 these plugins are fingerprinted on each node, and as such we
    can ensure jobs are correctly scheduled only on nodes where they are available,
    when needed.
    shoenig authored and tgross committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    aaad6ae View commit details
    Browse the repository at this point in the history
  2. upgrade guide note

    tgross committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    f33980f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c2f22f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5b5791 View commit details
    Browse the repository at this point in the history