cybozu-go / coil

CNI plugin for Kubernetes designed for scalability and extensibility
Apache License 2.0
158 stars 18 forks source link

Fix to check that egress_watcher pick a valid client #280

Closed terassyi closed 3 months ago

terassyi commented 3 months ago

This PR contains the fix for egress_watcher. Egress_watcher will select only running pods as reconciliation targets. And when multiple pods have the same address, egress_watcher will return an error.

Signed-off-by: terasihma tomoya-terashima@cybozu.co.jp