v3.1.2
Coherence Operator Release 3.1.2
This is a minor bug fix release.
Changes
-
The Operator now looks at multiple Node labels to determine the site and rack values for a Coherence member.
Previously a single label was used, which may not work on older k8s versions that still used deprecated topology labels.
This would cause Coherence services to fail to reach site safe. -
Cleaned up confusion around the multiple different Grafana dashboards available.
-
Added Grafana Dashboards that support the Coherence Micrometer Prometheus metric name format.
These dashboards are for use with applications that use the Coherence Micrometer integration released with Coherence CE 20.12 -
Added a troubleshooting FAQ to the documentation. This is intended to be a growing guide to troubleshooting deploying Coherence clusters in k8s.
-
The default readiness probe no longer waits for
DefaultCacheServer
to start. This can optionally be re-enabled with a system property.
This feature was originally added for a customer where the first readiness probe was executing too early but is not required by most applications. It is simpler to adjust the readiness probe timings. Waiting forDefaultCacheServer
will not always work especially if
using the new bootstrap API released with Coherence CE 20.12. -
Cleaned up some documentation errors