infinispan / infinispan-operator

Infinispan Operator
https://infinispan.org/docs/infinispan-operator/main/operator.html
Apache License 2.0
47 stars 52 forks source link

Infinispan 15 Operands are using deprecated health probes #2077

Closed ryanemerson closed 1 month ago

ryanemerson commented 1 month ago

Infinispan probes defined by Operator are using deprecated endpoint: "rest/v2/cache-managers/default/health/status.

Consequently a warning message is output every time a probe is executed, making the server output unecessarily verbose. The probes used by 15.0.x Operands onwards should utilise the new "rest/v2/container/health/status" endpoint.