-
Notifications
You must be signed in to change notification settings - Fork 527
Drop support for Shoots with Kubernetes version <= 1.26 #10664
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
901ddf5
to
a03e806
Compare
a03e806
to
b810015
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is so good, thanks @shafeeqes for taking the effort of cleaning this up. Very well done 🙇🏻
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
LGTM label has been added. Git tree hash: 3204db91a4cf97f129cfec19b6d89fb91489c88d
|
5c1bf70
to
11da956
Compare
11da956
to
69da189
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
LGTM label has been added. Git tree hash: 661f49381b16cca39c5e9140fad4b641bfd5f207
|
c9a83c2
to
6436813
Compare
8aff2ae
to
c8e116d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
LGTM label has been added. Git tree hash: cc8976ed45c210aae738afe3e2e38aebd0bdf4c7
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rfranzke The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Finally 😅 |
😭 |
@shafeeqes: The following test failed, say
Full PR test history. Your PR dashboard. Command help for this repository. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
How to categorize this PR?
/kind cleanup
What this PR does / why we need it:
Apart from the non-version specific changes mentioned in the issue,
UnhealthyPodEvictionPolicy
in the PDB spec for components is unconditionally set toAlwaysAllow
EnableStaticTokenKubeconfig
in the Shoot spec is deprecated and the maintenance reconciler is adaptedcorev1.AnnotationTopologyMode
constant is used unconditionallyseccompDefault
Which issue(s) this PR fixes:
Part of #10339
Special notes for your reviewer:
I have not adapted the version usage in tests where the version is independent of the test case. For eg, the workerpool kubernetes version validation (ref). IMO, this is unneeded maintenance work. Similarly in docs as well.
Release note: