nirmata / kube-static-egress-ip

Kubernetes CRD to manage static egress IP addresses for workloads
Apache License 2.0
213 stars 38 forks source link

egressip from configMap #42

Open danieledraganti opened 4 years ago

danieledraganti commented 4 years ago

Hello everyone, I am configuring my K8s cluster to use a static egress IP via your resource. It's quite a bummer, though, that the egress IP is literal in the StaticEgressIP, since it would make more sense to be able to have it set up in a configMap for cluster-wide change in case it is needed. Think you can implement it sooner or later? Or am I missing something? Thanks.