fix cilium kubeProxyReplacement - #336
Conversation
WalkthroughThe changes involve the configuration of Cilium in Kubernetes networking. The Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (2)
- packages/system/cilium/values-kubeovn.yaml (1 hunks)
- packages/system/cilium/values.yaml (1 hunks)
Additional comments not posted (2)
packages/system/cilium/values.yaml (1)
2-2: Approved addition ofkubeProxyReplacement.The addition of
kubeProxyReplacement: trueis approved as it aligns with the PR objectives to enhance Cilium's integration with Kubernetes networking. However, ensure that this setting integrates well with other features likehubble,externalIPs, andnodePortto avoid any conflicts.packages/system/cilium/values-kubeovn.yaml (1)
Line range hint
1-13: Approved removal ofkubeProxyReplacement.The removal of
kubeProxyReplacementfromvalues-kubeovn.yamlis approved as it aligns with the PR objectives to simplify the configuration. However, ensure that this change does not adversely affect the networking functionality or performance within the Kubernetes cluster.
This PR fixes regression introduced by #322
Tenant clusters have
kubeProxyReplacementdisabled, must be enabled