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 14, 2023
1 parent 96f2edb commit 35f8dca
Showing 1 changed file with 343 additions and 76 deletions.
Loading

0 comments on commit 35f8dca

Please sign in to comment.