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
When KubeSpan is enabled with allowDownPeerBypass: true, kubespan.ManagerController does not update the NfTablesChains resources to include the IPs of the newly joined peer.
Fixessiderolabs#8498
Before KubeSpan was reimplemented to use resources for firewall rules,
the update was happening always, but it got moved to a wrong section of
the controller which gets executed on resource updates, but ignores
updates of the peer statuses.
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
Fixessiderolabs#8498
Before KubeSpan was reimplemented to use resources for firewall rules,
the update was happening always, but it got moved to a wrong section of
the controller which gets executed on resource updates, but ignores
updates of the peer statuses.
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
(cherry picked from commit e7d8041)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug Report
Description
When KubeSpan is enabled with
allowDownPeerBypass: true
,kubespan.ManagerController
does not update theNfTablesChains
resources to include the IPs of the newly joined peer.It seems to be caused by the combination of:
Environment
The text was updated successfully, but these errors were encountered: