You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to upgrade our CNPG clusters to v1.24.2 where a bug for switchover was fixed. Unfortunately, upgrading cloudnative-pg charts to 0.23.0 failed with CrashLoopBackOff. After some debugging, I found out the 0.23.0 version has --max-concurrent-reconciles=10 while such feature doesn't exist in CNPG <1.25.0.
I was trying to upgrade our CNPG clusters to v1.24.2 where a bug for switchover was fixed. Unfortunately, upgrading cloudnative-pg charts to 0.23.0 failed with
CrashLoopBackOff
. After some debugging, I found out the 0.23.0 version has--max-concurrent-reconciles=10
while such feature doesn't exist in CNPG <1.25.0.Will it be okay for me to just stay with charts 0.22.1 while upgrading CNPG to 1.24.2? And should you plan to "fix" the above?
Thanks.
The text was updated successfully, but these errors were encountered: