kube-static-egress-ip icon indicating copy to clipboard operation
kube-static-egress-ip copied to clipboard

Kubernetes CRD to manage static egress IP addresses for workloads

Results 40 kube-static-egress-ip issues
Sort by recently updated
recently updated
newest added

Managed to load everything but seeing segfaults from static-egressip-controller. No hints as to what is happening. Any ideas? Running on k8s 1.14.3 (edited the CRDs to use the older beta...

Hi, I follow this installation : https://github.com/nirmata/kube-static-egress-ip#installation and I get this error after apply my deployment (given at the end of this post). I deploy only one static-egressip-controller pod (by...

Hi, first of all, I wanna say thanks for a nice attempt for solving this K8s egress problem, if I understand right, this solution doesn't support weave net CNI for...

Adding pointer to slice in range loop, every item in the slice will be the value of the original slice's last item. So, it's better to add the value itself...

Hi, the messages to the specified destination can be routed to the gateway. However the SNAT doesn't take effect, since Calico ensures it's always the first rule in POSTROUTING, even...

Hello, Im new to iptable level details for troubleshooting. here is what i tried to setup and test VM1 - run nc -lvk 5500 VM2 - telnet 5500

We hit several roadbacks in trying to find a solution that works with CNI's that do direct routing and CNI's that use overlay networks. Also finding a solution that works...

enhancement

Ipv6-only is supported in k8s since 1.9, but still in "alpha" (due to lack of e2e testing), but the work with dual-stack is under way and ipv6 should be supported....

I applied all the standard configuration and the standard example with a `0.0.0.0/0`CIDR and one of the Gateway Pods is constantly logging: ``` 2020/01/20 11:17:25 Failed to allocate a Gateway...

Im very new to this routing concept I have setup all the components as per the instructions. I deployed a service and gave the static egress configuration as below.. Spec:...