cybozu-go / coil

CNI plugin for Kubernetes designed for scalability and extensibility
Apache License 2.0
165 stars 20 forks source link

Support for updating NAT client configuration #253

Closed ysksuzuki closed 1 year ago

ysksuzuki commented 1 year ago

This PR introduces the Egress modification support to allow users to update the destination and fouSourcePortAuto fields in the Egress resource. coild watches Egress and updates the NAT setup in the existing NAT client Pod running on the same node when the Egress is updated.