jgroups-extras/jgroups-kubernetes

not able to configure kube_ping with jgroups

navdeepbansal opened this issue · 5 comments

Project is not able to identify KUBE_PING, i have added jgroups-kubernetes dependecy, still it says 'KUBE_PING' not loaded

You also need to add the protocol to your JGroups stack.

protocol i have added with TCP in jgroups-config.xml file
<TCP ...... />
<org.jgroups.protocols.kubernetes.KUBE_PING port_range..... />

this is how i have done it. or is some other protocol i need to add ?

or do i need to add any namespace below, i hope not.

Make sure to read through the readme - https://github.com/jgroups-extras/jgroups-kubernetes - since there are steps like adding the permissions along the lines kubectl create serviceaccount ....

@navdeepbansal have you had a chance to look into this? Can we close this now?

yes @rhusar, it can be closed.