-
Notifications
You must be signed in to change notification settings - Fork 423
Rebase to kubernetes v1.32.3 #3383
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
On-behalf-of: @SAP [email protected] Signed-off-by: Robert Vasek <[email protected]>
Also replaced k8s.io/apiserver/pkg/util/version import that is now removed with its correct path k8s.io/component-base/version. On-behalf-of: @SAP [email protected] Signed-off-by: Robert Vasek <[email protected]>
On-behalf-of: @SAP [email protected] Signed-off-by: Robert Vasek <[email protected]>
On-behalf-of: @SAP [email protected] Signed-off-by: Robert Vasek <[email protected]>
On-behalf-of: @SAP [email protected] Signed-off-by: Robert Vasek <[email protected]>
Ran:
make codegen
On-behalf-of: @SAP [email protected]
Signed-off-by: Robert Vasek <[email protected]>
garbagecollector.Run now requires an intial timeout argument. On-behalf-of: @SAP [email protected] Signed-off-by: Robert Vasek <[email protected]>
… feature gate See kubernetes/kubernetes#127058 On-behalf-of: @SAP [email protected] Signed-off-by: Robert Vasek <[email protected]>
On-behalf-of: @SAP [email protected] Signed-off-by: Robert Vasek <[email protected]>
The feature gate is now stable and removed. See kubernetes/kubernetes#126645 On-behalf-of: @SAP [email protected] Signed-off-by: Robert Vasek <[email protected]>
k8s.io/kubernetes/pkg/controlplane/apiserver/options/options.Complete() has a different signature that includes a ctx, and so we need to wire it to its callers. On-behalf-of: @SAP [email protected] Signed-off-by: Robert Vasek <[email protected]>
…ount-signing-endpoint On-behalf-of: @SAP [email protected] Signed-off-by: Robert Vasek <[email protected]>
On-behalf-of: @SAP [email protected] Signed-off-by: Robert Vasek <[email protected]>
coordination.k8s.io/v1alpha2 replaced v1alpha1, see k/k#127857. On-behalf-of: @SAP [email protected] Signed-off-by: Robert Vasek <[email protected]>
…uginsInKube list On-behalf-of: @SAP [email protected] Signed-off-by: Robert Vasek <[email protected]>
Kubernetes v1.32 implicitly removes ValidatingAdmissionPolicy and ValidatingAdmissionPolicyBinding from admissionregistration.k8s.io/v1alpha in accordance with APILifecycle policy. This commit removes the relevant CRDs, informers and APIExport builtin types, and also removes the admissionregistration.k8s.io/v1alpha1 override from pkg/server/options/options.go. On-behalf-of: @SAP [email protected] Signed-off-by: Robert Vasek <[email protected]>
This is to be in line with kubernetes/kubernetes#130136 On-behalf-of: @SAP [email protected] Signed-off-by: Robert Vasek <[email protected]>
3b10a1b to
90b3b75
Compare
|
/retest |
embik
left a comment
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, will leave final approval up for a while if someone else wants to review as well.
|
LGTM label has been added. Git tree hash: ed0b1c3eb374b6393ef305f574724a5547bd45bd
|
|
/retest |
|
@ntnn: changing LGTM is restricted to collaborators In response to this: 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/test-infra repository. |
|
/retest |
2 similar comments
|
/retest |
|
/retest |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mjudeikis 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 |
Summary
This PR syncs kcp to be in line with k8s v1.32.3.
Things of note:
admissionregistration.k8s.io/v1alpha1admissionregistration.k8s.io/v1alpha1API is no longer served by defaultOther TODO items that will need to be worked on after the rebase:
What Type of PR Is This?
/kind feature
Related Issue(s)
Fixes #3209
Release Notes