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

Support for Kubernetes 1.22 #337

Merged
merged 11 commits into from
Aug 10, 2021
Merged

Support for Kubernetes 1.22 #337

merged 11 commits into from
Aug 10, 2021

Conversation

prometherion
Copy link
Member

Closes #335.

@prometherion prometherion requested a review from bsctl July 15, 2021 15:43
Copy link
Member

@bsctl bsctl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all changes look safe to me

@prometherion
Copy link
Member Author

The real benchmark will be the e2e test on 1.22: let's keep this PR open so we can update the CI workflow once delivered.

Kubernetes 1.22 dropped support for certificates.k8s.io/v1beta1, v1
version has been provided since 1.19 and this must be considered as a
breaking change for users using this hack script for older versions.
Starting from Kubernetes v1.22+, networking.k8s.io/v1beta1 and
extensions/v1beta1 are no more supported and indexers must not be
started, otherwise the manager would panic.
Starting from Kubernetes v1.22+, admissionregistration.k8s.io/v1beta1 is
deprecated and an alignement of the docs referring to outdated APIs has
been put in place.
@prometherion prometherion changed the title Initial support for Kubernetes 1.22 Support for Kubernetes 1.22 Aug 7, 2021
@prometherion prometherion force-pushed the issues/335 branch 3 times, most recently from ac41707 to d698da2 Compare August 7, 2021 19:26
@prometherion prometherion requested a review from MaxFedotov August 7, 2021 19:35
@prometherion prometherion force-pushed the issues/335 branch 4 times, most recently from 5c70e66 to d750a66 Compare August 10, 2021 06:35
Copy link
Collaborator

@MaxFedotov MaxFedotov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@prometherion prometherion merged commit 01b511b into master Aug 10, 2021
@prometherion prometherion deleted the issues/335 branch August 10, 2021 13:39
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

Successfully merging this pull request may close these issues.

Support for Kubernetes 1.22
3 participants