consul-k8s
consul-k8s copied to clipboard
Allowing ClusterIP when ExternalIPs slice has addresses
Refactoring this PR: https://github.com/hashicorp/consul-k8s/pull/247 with the new code base.
The idea is to let ClusterIP type services be allowed even if the ClusterIPSync flag is false when there are addresses in the ExternalIPs slice. This is used in some scenarios, or as in our case, when using kube-router instead of a loadbalancer. We have a use case where this is needed.
Thanks