runtime: allow CNI host-to-pod traffic - #116
Merged
Merged
Conversation
Set the KatlOS Kubernetes runtime's all/default IPv4 reverse-path filtering policy to zero so dynamically created CNI interfaces do not inherit Fedora's loose filtering mode. This keeps immutable /etc from preventing Cilium's expected host-to-pod and pod-to-underlay paths, with image-content and booted-node assertions covering the contract.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Set KatlOS's native IPv4 reverse-path filtering defaults to zero so dynamically created CNI interfaces inherit a compatible value. Add image-content and booted-node coverage for the runtime contract.
Why
Cilium's sysctl helper cannot write its persistent override under KatlOS's immutable
/etc, so Fedora'srp_filter=2default was inherited bylxc*interfaces. Cilium endpoints appeared ready, but host-to-local-pod and pod-to-host or underlay traffic timed out. Applying the new values live immediately restored Cilium health.The three-control-plane VM gate passes with the effective sysctl assertion on every node.