cybozu-go / coil

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

Allow modifications to Egress destinations #203

Open ysksuzuki opened 2 years ago

ysksuzuki commented 2 years ago

What

Currently, the destinations field of Egress resource is not editable. Users need to recreate the Egress resource if they want to modify it, for example, when they want to add another destination.

How

Allow users to edit Egress destinations. This means Coil should reconfigure NAT rules in the Pod network namespace and would incur a significant change in coild.

Checklist

ymmt2005 commented 2 years ago

@ysksuzuki updated this to clarify things.