tczekajlo / kube-consul-register

a tool to register Kubernetes PODs as Consul Services
Apache License 2.0
105 stars 50 forks source link

ClusterIP services are not registered to Consul #35

Open gabaynati opened 6 years ago

gabaynati commented 6 years ago

https://github.com/tczekajlo/kube-consul-register/blob/ad71b04c861bc3431d93dce7b70ade594a0bce57/controller/services/controller.go#L453 it should be ClusterIP and not NodePort

arunvelsriram commented 6 years ago

Its mentioned in the readme that Services of type NodePort only be supported. Not sure of the reason.

https://github.com/tczekajlo/kube-consul-register#register-source

@tczekajlo are there any constraints in supporting Services of any type?