Conversation
bcho
approved these changes
Mar 11, 2026
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.
This pull request updates the Unbounded CNI deployment manifests from version 0.5.3 to 0.7.0 and removes the FRR (Free Range Routing) sidecar and related configuration from the node DaemonSet. The changes simplify the deployment by eliminating FRR-specific containers, configuration files, and associated Prometheus metrics, while also updating image references and asset folder naming.
Major changes include:
Removal of FRR Support from Node Deployment
node/03-daemonset.yamlmanifest, eliminating all FRR-specific configuration and metrics from the node deployment. [1] [2] [3] [4]00-frr-configmap.yaml), removing all FRR daemon and config file definitions from the deployment assets.Image and Version Updates
v0.5.3tov0.7.0to use the latest Unbounded CNI images. [1] [2] [3]unbounded-cni-0.5.3tounbounded-cnito reflect the new version and simplify future updates.Prometheus and Configuration Adjustments
frrVtyshPathconfiguration parameter from the main ConfigMap, since FRR is no longer used.These changes streamline the deployment by removing FRR dependencies and updating the manifests to the latest Unbounded CNI version.