This repository was archived by the owner on Dec 21, 2021. It is now read-only.
Make compatible with Kubernetes v1.22#267
Merged
siegfriedweber merged 3 commits intomainfrom Aug 23, 2021
Merged
Conversation
certificates.k8s.io/v1beta1 is deprecated in v1.19+ and unavailable in v1.22+. krustlet is updated to a version which uses certificates.k8s.io/v1.
2d67d38 to
279d805
Compare
razvan
approved these changes
Aug 23, 2021
Member
razvan
left a comment
There was a problem hiding this comment.
I couldn't test with v1.22 because we don't have it in the test-dev-cluster yet (k3s only has a rc version) but it (still) works with v1.21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
certificates.k8s.io/v1used instead ofcertificates.k8s.io/v1beta1so that the Stackable Agent is now compatible with Kubernetes v1.22 but not any longer with versions prior to v1.19.Review Checklist