Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Cilium-Istio compatibility fixes (#856)
**What problem does this PR solve?**: Setting `cni.exclusive: false` and `socketLB.hostNamespaceOnly: true`. See Cilium's docs https://docs.cilium.io/en/latest/network/servicemesh/istio/. Without these value Cilium can interfere with Istio functionality, by always cleaning up cni config directory on the host, thus preventing Istio Pods from coming up, and interfere with Istio load-balancing once they do come up. It's safe to always set these value, because it is not Cilium's responsibility to prevent other applications from acting like a network plugin. **Which issue(s) this PR fixes**: Fixes # **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. --> --------- Co-authored-by: Jimmi Dyson <jimmidyson@gmail.com>
- Loading branch information