-
Notifications
You must be signed in to change notification settings - Fork 1k
switch to policy API v1 for PDBs #2008
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
Conversation
👍 |
1 similar comment
👍 |
@FxKu
What changes we have to do for fixing this issue, as Zalando is working fine for us in 1.24 version.
|
v1.25 support is not included in any release yet. You might use the latest image tag |
@FxKu
If we do not upgrade Kubernetes to 1.25, Zalando will work fine. If we use 1.24, it will work. |
I have degrade the kubernetes version from 1.25 to 1.24 and still getting the same issue -could not create pod disruption budget.
Kubernetes version
Is this really issue with version specific or some different issues. Postgresql logs
|
PodDisruptionBudget API
v1beta1
is deprecated since K8s v 1.21 and is removed starting from v 1.25.Note, with this change the Postgres Operator will not work for users on K8s 1.20 and lower.
closes #1999