-
Notifications
You must be signed in to change notification settings - Fork 127
WIP : Rebase v1.35.0 rc.1 #2537
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
base: master
Are you sure you want to change the base?
Conversation
…ties-npe Fix NPE in CEL schema wrappers of additionalProperties=true objects
Cleanup MinimumKubeletVersion test tag for unsupported kubelet versions
This considerably impacts the ability to merge PRs right now because it fails in the merge-blocking pull-kubernetes-node-e2e-containerd. Attempts to fix it seem to be incomplete and need further discussion (kubernetes#135142), so let's instead disable the test in the job.
…d-http-endpoints kubeadm: support specifying HTTP endpoints for external etcd, allowing users to separate gRPC and HTTP traffic for etcd
feat(validation-gen): Improve ratcheting logic for nil vs. uncorrelated fields
…met/mini-cleanup Revert "controller: duplicate utility method cleanup"
BenchmarkPerfSchedulingExperimental_benchmark_dra_experimental_2025-11-05T07:10:33Z.json is ignored by perf-dash. It probably needs to be called BenchmarkPerfScheduling_benchmark_*.
Some decisions about image pull credential verification can be applied without reference to image pull credentials: e.g. if the policy is NeverVerify, or if it is NeverVerifyPreloadedImages and the image is preloaded, or if is NeverVerifyAllowListedImages and the image is white-listed. In these cases, there is no need to look up credentials.
E2E node: temporarily disable flaky "pull from private registry"
…y volumes when the LocalStorageCapacityIsolationFSQuotaMonitoring feature-gate is enabled
Updated extended resource allocation scorer to calculate allocatable and requested values for DRA-backed resources.
DRA extended resource quota
…-threads pkg/controller: Improve goroutine management (part 2)
Introduce node declared features framework
…st-dynamic-interface Promote/Enable WatchListClient feature for release 1.35
KEP-5381: mutable pv nodeAffinity
external-snapshot-metadata yaml files are on unusual place, so this script would need some updates. Since the sidecar is not used in any e2e test, skip the sidecar for now.
update-hostpath.sh must not remove volume group snapshot CRDs and e2e script
If the the PCR that kubelet created gets deleted before it is issued, a nil panic will be thrown while composing the error message.
…-panic kubelet: Fix nil panic in podcertificatemanager
Merge resolution summary: - go.mod/go.sum/vendor: Accept upstream for v1.35 dependencies - CHANGELOG: Accept upstream version history - build/cluster/hack: Accept upstream tooling changes - test files: Accept upstream test updates - pkg/kubelet: Preserve OpenShift carries for workload partitioning (sharedcpus, managed workloads, CPU resource clearing) - pkg/features: Accept upstream feature gate version additions - cmd/kube-controller-manager: Preserve OpenShift carries while adopting upstream refactoring (controller descriptors, daemon controller using NodeSelectorAware variant) - staging/: Accept upstream etcd3 and apiserver changes OpenShift carries preserved: - Workload partitioning (sharedcpus, managed) - NodeSelectorAwareDaemonSetsController - InformerFactoryOverride - OpenShiftContext in controller manager - ServiceServingCertCA handling 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: harche The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
- Remove accidentally committed .cache/go-build/ files (8333 files) - Add .cache/ to .gitignore to prevent future commits - Fix go.mod: use proper pseudo-versions for openshift dependencies instead of branch names (release-4.22) - Add replace directives pointing to jacobsee's forks with Go 1.25 compatible versions of openshift libraries 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: Harshal Patil <harpatil@redhat.com>
Signed-off-by: Harshal Patil <harpatil@redhat.com>
8cc84c1 to
135b1cd
Compare
- Add watch-termination and k8s-tests-ext to build targets - Set KUBE_STATIC_BINARIES to empty - Add setup_gomaxprocs function - Update build/pause/Dockerfile.Rhel to use Go 1.25 builder Signed-off-by: Harshal Patil <harpatil@redhat.com>
d6a8c72 to
551dc9b
Compare
|
@harche: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
Test. please ignore.