k8s-externalipcontroller
k8s-externalipcontroller copied to clipboard
External IP controller is k8s application which is deployed on top of k8s cluster and which configures External IPs on k8s worker node(s) to provide IP connectivity.
Welcome to [WhiteSource for GitHub.com](https://github.com/apps/whitesource-for-github-com)! This is an onboarding PR to help you understand and configure settings before WhiteSource starts scanning your repository for security vulnerabilities. :vertical_traffic_light: WhiteSource for GitHub.com...
I have followed the https://github.com/Mirantis/k8s-externalipcontroller/blob/master/doc/fail-over-optimization.md . But its still taking 4-5 minutes to detect the node failure and restart the pods in another node . On the master node i...
Added needed RBAC resources to Helm chart to make application properly work on clusters with RBAC enabled. Also some minor labels and k8s object names improvements, nodeSelector and resource limits...
I have created LoadBalancer service,and found an external ip assigned on specified network card. But when I reboot this node, the external ip can't dynamically migrate to other nodes, so...
Hi all! After I saw new merge accept. I deployed this version! But When I set External IPs for Service, external-ip-controller can't update that IP. It has an error in...
I am following [these](https://github.com/Mirantis/k8s-externalipcontroller/blob/master/doc/ecmp-load-balancing.md) directions to setup an externalIP controller. The logs of the extip-controller pod shows the following error: ``` E0319 01:36:03.558680 7 reflector.go:214] github.com/Mirantis/k8s-externalipcontroller/vendor/k8s.io/client-go/1.5/tools/cache/reflector.go:109: Failed to list *v1.Service:...
Need to either note this in docs or include "go" into dependencies for non-containerized build.
Host interface, network mask, node filter selection and some other parameters are better to be configurable using ConfigMap.