-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix race condition in ovn-kubernetes CNI
In OVN-Kubernetes out of order event lead to stale gatewayroutes and nongatewayroutes. This lead to incorrect flow in datatpath. Now gatewayroutes and nongatewayroutes use cluster ID instead of endpoint name. This ensures that there is only one resource and it gets updated when remote endpoint is created and updated and preventing stale endpoints. The gatewayroutes only care about remoteCIDRs does not matter if the remote gateway switches. Signed-off-by: Aswin Suryanarayanan <[email protected]>
- Loading branch information
1 parent
6a588b1
commit cd6e3db
Showing
2 changed files
with
27 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters