Files
kubernetes/pkg/controller
aumpatel db2555628c Fix: HPA suppresses FailedRescale event on successful conflict retry
This change modifies the HPA controller to use retry.RetryOnConflict when updating a scale subresource. This prevents the controller from emitting a FailedRescale event on transient API conflicts if a subsequent retry succeeds. If the retry is successful, a SuccessfulRescale event is emitted. If all retries are exhausted and the conflict persists, the original FailedRescale event is emitted. This reduces event noise caused by race conditions where the scale subresource is updated by another process.
2025-06-12 07:35:07 -04:00
..
2025-03-08 15:18:00 -08:00
2024-12-02 16:59:34 +01:00
2025-01-15 18:14:32 +08:00
2025-06-06 18:31:38 +00:00
2024-12-02 16:59:34 +01:00
2025-05-15 13:46:48 +00:00
2024-09-20 12:36:38 +05:30
2024-12-02 16:59:34 +01:00