mirror of
https://github.com/fluxcd/flagger.git
synced 2026-03-02 17:51:00 +00:00
Without this, the canary replicas are updated twice: to 1 replica then after a few seconds to the value of HPA minReplicas. In some cases, when updated to 1 replica (before updated by HPA controller to the minReplicas), it's considered ready: 1 of 1 (readyThreshold 100%), and the canary weight is advanced to receive traffic with less capacity than expected. Co-Authored-By: Joshua Gibeon <joshuagibeon7719@gmail.com> Co-authored-by: Sanskar Jaiswal <hey@aryan.lol> Signed-off-by: Andy Librian <andylibrian@gmail.com>