Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Charts cloudnative-pg 0.23.0 crashing on CNPG version <1.25.0 #500

Open
saifulmuhajir opened this issue Jan 22, 2025 · 0 comments
Open

Charts cloudnative-pg 0.23.0 crashing on CNPG version <1.25.0 #500

saifulmuhajir opened this issue Jan 22, 2025 · 0 comments

Comments

@saifulmuhajir
Copy link

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.

 spec:
   containers:
   - args:
     - controller
     - --leader-elect
     - --max-concurrent-reconciles=10

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant