-
Notifications
You must be signed in to change notification settings - Fork 495
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
[WIP] Support for Kubernetes v1.32.0 🚧 #11116
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
``` ./hack/compare-k8s-admission-plugins.sh 1.31 1.32 Admission plugins added in 1.32 compared to 1.31: MutatingAdmissionPolicy Admission plugins removed in 1.32 compared to 1.31: ```
``` ./hack/compare-k8s-api-groups.sh 1.31 1.32 Kubernetes API group versions added in 1.32 compared to 1.31: coordination.k8s.io/v1alpha2 resource.k8s.io/v1beta1 Kubernetes API GVRs added in 1.32 compared to 1.31: admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings coordination.k8s.io/v1alpha2/leasecandidates resource.k8s.io/v1beta1/deviceclasses resource.k8s.io/v1beta1/resourceclaims resource.k8s.io/v1beta1/resourceclaimtemplates resource.k8s.io/v1beta1/resourceslices Kubernetes API group versions removed in 1.32 compared to 1.31: coordination.k8s.io/v1alpha1 Kubernetes API GVRs removed in 1.32 compared to 1.31: coordination.k8s.io/v1alpha1/leasecandidates resource.k8s.io/v1alpha3/podschedulingcontexts ```
``` ./hack/compare-k8s-controllers.sh 1.31 1.32 kube-controller-manager controllers added in 1.32 compared to 1.31: kube-apiserver-serving-clustertrustbundle-publisher volumeattributesclass-protection-controller kube-controller-manager controllers removed in 1.32 compared to 1.31: route-controller service-controller ```
Used versioned_kube_features.go from https://github.com/kubernetes/kubernetes/blob/4e4ea1bad148cb1b0530e923c88def4a733b28fc/pkg/features/versioned_kube_features.go and cross-validated with docs and usages in the Kubernetes code.
cbdd560
to
bc26f64
Compare
/test all |
@marc1404: The following tests 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?
/area open-source
/kind enhancement
What this PR does / why we need it:
TODO
Which issue(s) this PR fixes:
Fixes #11020
Special notes for your reviewer:
Release note: