kube-consul-register icon indicating copy to clipboard operation
kube-consul-register copied to clipboard

ClusterIP services are not registered to Consul

Open gabaynati opened this issue 5 years ago • 1 comments

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

gabaynati avatar Aug 26 '18 11:08 gabaynati

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?

arunvelsriram avatar Sep 01 '18 15:09 arunvelsriram