-
Notifications
You must be signed in to change notification settings - Fork 93
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
feat: Move policy/v1beta1 to policy/v1 for K8s 1.25+ compatability #334
Conversation
17247f3
to
f8eda76
Compare
I was able to build an image and test this in my cluster. Where it previously could not create past the historical pod it now generates all pods correctly.
|
@jwitko thanks. Also i wanting to do the same for HPA api too. |
Yes, that one is removed in 1.26 which is an active current release. I wasn't sure if this style PR would be appropriate or if it would be required to support both old and new. I can try to do the latter in this PR if required but it may get tricky in some parts. |
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.11.0 to 1.11.1. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.11.0...v1.11.1) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Update License
update README badge
[WIP] e2e tests
…tent make nodeSelector consistent
…les/github.com/prometheus/client_golang-1.11.1 Bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1
remove functional dependency on empty objects
f8eda76
to
63e1ef6
Compare
Closing because it was merged in new repo datainfrahq/druid-operator |
Fixes #333
Description
This PR moves
policy/v1beta1
topolicy/v1
for the PodDisruptionBudget.policy/v1beta1
was deprecated in K8s 1.21 and removed in 1.25. It should be noted that this PR will make K8s <1.21 unsupported.This PR has:
Key changed/added files in this PR
PodDisruptionBudget