christarazi
christarazi
Hit again in https://github.com/cilium/cilium/pull/14627 (v1.8).
Hi @lewisdiamond, we are moving away from the MetalLB implementation in favor of an built-in BGP solution in v1.12 and beyond. ARP is not currently in the roadmap for the...
/test Job 'Cilium-PR-K8s-1.16-kernel-4.9' failed: Click to show. ### Test Name ```test-name K8sPolicyTest Multi-node policy test with L7 policy using connectivity-check to check datapath ``` ### Failure Output ```failure-output FAIL: cannot...
/test Edit: CI passed except for relevant runtime test. It failed because the cilium_host device already exists and so the `LinkAdd` is failing. Added a new [check](https://github.com/cilium/cilium/compare/89b5372ac16d9c35729462ba1dcf6dfc7ee5b081..a3d3f3f7e19de2bc1aa2edeef2a959d53c05711e) to make this...
/test-runtime Edit: Runtime failed because my test moves `cilium_host` to the a network namespace, but the namespace is deleted after my test runs, so [we need to move](https://github.com/cilium/cilium/compare/a3d3f3f7e19de2bc1aa2edeef2a959d53c05711e..9dae860de6f69dbaa3cf74a19c3b03a8a50ed108) the interface...
/test-runtime Edit: Runtime failed again due to netns management issues. I've [simplified](https://github.com/cilium/cilium/compare/9dae860de6f69dbaa3cf74a19c3b03a8a50ed108..4d449ad7adb084099b68a99df44bf11ed3f683f1) the code to create the `cilium_host` under the new netns which means we don't need to handle it...