Skip to content

Commit

Permalink
[occm] Improve route controller reconciling to ensure the cluster's c…
Browse files Browse the repository at this point in the history
…onnectivity

For nodes of one cluster can access each other, route controller need to
check and set three things:

1. The openstack router's route rules, so that the packets can be forwarded
   to correct nodes.
2. The node port's AllowAddressPair, to ensure the node permit the packets
   that access the node's pods/services pass through.
3. The openstack security group's rules, so that the nodes that bind the
   security group permit the packets from other nodes enter into.
  • Loading branch information
jeffyjf committed Dec 15, 2023
1 parent 96f2edb commit 1a93fd9
Showing 1 changed file with 353 additions and 72 deletions.

0 comments on commit 1a93fd9

Please sign in to comment.