-
Notifications
You must be signed in to change notification settings - Fork 211
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
policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+ #428
Comments
thanks @anishakj! Is there a release cadence or do you have an idea of when the next release would be? |
👋 friendly ping @anishakj to see if there's any info about ^ |
Since there is no release with this fix, the operator is unusable for Kubernetes 1.25+, any plan for the next release ? |
@TeddyAndrieux we will do it by end of this month. |
Perfect, thank you 👍 |
We'd also appreciate a release since we're working to upstep to 1.25 🙏 |
Description
The
PodDisruptionBudget
created for zookeeper clusters needs to be updated to usepolicy/v1
.Importance
This is fairly low importance right now but should be addressed before 1.25+ (which is a ways out)
Location
https://github.com/pravega/zookeeper-operator/blob/master/pkg/controller/zookeepercluster/zookeepercluster_controller.go#L529
zookeeper-operator/pkg/zk/generators.go
Line 355 in 3359647
Suggestions for an improvement
I'm not sure what the Kubernetes version support looks like for this project, but
policy/v1
is only available in 1.21+ clusters so that's something to consider.The text was updated successfully, but these errors were encountered: