You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A customer has multiple CIS deployed on the same cluster. they are using the staticroutes (with Flannel) and they are using --shared-static-routes=true.
When we deploy CIS-1 we see the first route being created in the Common partition
When we deploy CIS-2 we see the first route getting delete and being replaced by CIS-2 route
k8s-rancher2-10.1.20.22 | 10.222.1.0 | 255.255.255.0 10.222.1.0 255.255.255.0
When we are NOT using --shared-static-routes=true then both routes are getting created on their respective partition
I have attached logs when the second CIS gets created. You can see that it detects the route from the first CIS
skenderidis
changed the title
When sing multiple CIS shared static routes override each other
When syncing multiple CIS controllers, shared static routes override each other
Jan 20, 2025
Setup Details
CIS Version : 2.18.1 (and 2.19.0)
Description
A customer has multiple CIS deployed on the same cluster. they are using the staticroutes (with Flannel) and they are using
--shared-static-routes=true
.When we deploy CIS-1 we see the first route being created in the Common partition
k8s-rancher1-10.1.20.21 | 10.222.1.0 | 255.255.255.0 10.221.1.0 255.255.255.0
When we deploy CIS-2 we see the first route getting delete and being replaced by CIS-2 route
k8s-rancher2-10.1.20.22 | 10.222.1.0 | 255.255.255.0 10.222.1.0 255.255.255.0
When we are NOT using
--shared-static-routes=true
then both routes are getting created on their respective partitionI have attached logs when the second CIS gets created. You can see that it detects the route from the first CIS
Expected behaviour
Both routes need to exist on Common partition
problem.txt
The text was updated successfully, but these errors were encountered: