Operations Center Parent 3.27595

1 minute read

RELEASED: Public: May 28, 2025

New features

None.

Feature enhancements

None.

Resolved issues

HA managed controller startup probe did not handle cold start (BEE-57225)

When an HA managed controller defined a startup probe, during a cold start (scale up from zero replicas) the timeout would take effect (after the configured initial delay) for all replicas, even though only one can start at a time. Now the startup probe failure threshold at the Kubernetes level is implicitly multiplied by the configured maximum replica count, while the configured timeout will be applied to each replica internally.

Note that an effect of this change is that changing the replica or maximum replica fields may trigger a rolling restart of the controller.

Known issues

None.

Upgrade notes

None.