1.0.0.Beta1
The new 1.0.0.Beta1
release has been completely rewritten by @belaban. The main part of the work has been done within this two issues #23 and #22.
Below is a summary of changes:
- The latest KUBE_PING doesn't require embedded HTTP server for discovery. Thus it is no longer required to expose port 8888 in Pods.
- The number of dependencies has been decreased. Currently we only require JGroups and OAuth library.
- The new KUBE_PING works only with JGroups 4. There will be no JGroups 3 support.
- Some of the environmental variables were shortened and we removed
OPENSHIFT
prefix. So if you useOPENSHIFT_KUBE_PING_NAMESPACE
, you will need to change it toKUBERNETES_NAMESPACE
. Please refer to https://github.com/jgroups-extras/jgroups-kubernetes/blob/master/README.adoc for more information.