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

[occm] Improve route controller reconciling to ensure the cluster's nodes can access each other #2484

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 15, 2024

  1. [occm] Improve route controller reconciling to ensure the cluster's c…

    …onnectivity
    
    In oreder to ensure the connectivity between different nodes, route controller need
    to do the following things:
    
    1. Check and set openstack router's route rules, so that the packets can be
       forwarded to correct nodes.
    2. Check and set the node port's AllowAddressPair, to permit the packets from
       the pods pass through the node's port and leave the node.
    3. Check and set openstack security group's rules, so that the nodes that bind the
       security group permit the packets from other nodes enter into.
    
    But, the previous occm codes just check router's route rules, just set router's
    route and AllowAddressPair, this patch completed the other steps.
    jeffyjf committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    ee22e72 View commit details
    Browse the repository at this point in the history