Commit Graph

133384 Commits

Author SHA1 Message Date
Dario Tranchitella
65dcb4ce2c refactor(kubeadm): including dns addon version to signature
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu>
2025-10-27 10:06:23 +01:00
Kubernetes Prow Robot
8cd57a9e6f Merge pull request #134709 from tchap/kubectl-tracing
kubectl: Add support for tracing
2025-10-24 01:35:34 -07:00
Kubernetes Prow Robot
ae60c554f8 Merge pull request #134404 from nmn3m/dra-consumable-capacity-autoscaler-contract
Dedicated package for scheduler interaction with DRA structured types
2025-10-24 00:19:33 -07:00
Kubernetes Prow Robot
28c1e7a454 Merge pull request #134835 from tallclair/copyright-year
Remove year from copyright header boilerplate
2025-10-23 23:25:34 -07:00
Kubernetes Prow Robot
733f552f73 Merge pull request #134741 from zk-123/fix/kubelet_node_status_cleanup_register_schedulable
fix(kubelet_node_status): remove the node.Spec.Unschedulable check
2025-10-23 19:29:33 -07:00
Kubernetes Prow Robot
faad6b2c30 Merge pull request #134829 from yongruilin/fix-race-pluginpolicy
test: Fix data race on policy refresh interval
2025-10-23 17:05:34 -07:00
Tim Allclair
c247514f47 Remove year from copyright header boilerplate 2025-10-23 16:50:13 -07:00
Kubernetes Prow Robot
ee58e792cc Merge pull request #134812 from skitt/enable-gocritic-unlambda
Avoid no-change lambdas
2025-10-23 15:43:34 -07:00
Kubernetes Prow Robot
6652c9fadf Merge pull request #134457 from danwinship/prefersamenode
KEP-3015: update PreferSameTrafficDistribution to GA
2025-10-23 14:41:33 -07:00
yongruilin
8a331a59d1 test: Fix data race on policy refresh interval
Add a mutex to protect the global policyRefreshInterval. This prevents a data race during tests where SetPolicyRefreshIntervalForTests writes to the variable while a background goroutine reads it.
2025-10-23 21:24:50 +00:00
Kubernetes Prow Robot
7498131d5e Merge pull request #131098 from DataDog/fricounet/upstream/race-csinode-creation
Wait for CSINode removal to register CSI plugin
2025-10-23 11:35:35 -07:00
Kubernetes Prow Robot
ab34215bab Merge pull request #134229 from yongruilin/kal-vg
Use kube-api-linter linting for declarative validation tags
2025-10-23 08:11:35 -07:00
Ondra Kupka
1b863d81c9 kubectl: Add support for tracing 2025-10-23 17:04:30 +02:00
Ondra Kupka
9d369f32a3 kubectl: Refactor profiling helpers 2025-10-23 17:03:22 +02:00
Kubernetes Prow Robot
286d13b96c Merge pull request #134782 from scaliby/remove-deprecated-csr-api
Drop support for certificatesv1beta1.CertificateSigningRequest in kubectl
2025-10-23 04:57:34 -07:00
Kubernetes Prow Robot
399bd1657a Merge pull request #134797 from aditigupta96/fix-runwithcontext-dra
dra: Use context-aware client-go informer functions
2025-10-23 01:53:05 -07:00
Baptiste Girard-Carrabin
28507d0e92 [test] Add case for existing driver on old csi node
The driver on the old object should not appear on the new one because it represented a different node
2025-10-23 10:44:55 +02:00
Baptiste Girard-Carrabin
a14230ae82 [test] Validate migration annotation are still applied 2025-10-23 10:28:51 +02:00
Kubernetes Prow Robot
57c243f33c Merge pull request #134450 from mayank-agrwl/controller-contextual-logs
Replace HandleCrash and HandleError calls to use context-aware alternatives
2025-10-23 00:49:02 -07:00
Stephen Kitt
1e2817d589 Avoid no-change lambdas
This replaces functions that wrap another function with no change with
a direct reference to the wrapped function.

Signed-off-by: Stephen Kitt <skitt@redhat.com>
2025-10-23 09:46:15 +02:00
Kubernetes Prow Robot
0bb040288a Merge pull request #134781 from neolit123/1.35-removete-WaitForAllControlPlaneComponents-fg
kubeadm: remove the GA WaitForAllControlPlaneComponents FG
2025-10-22 18:46:39 -07:00
Kubernetes Prow Robot
87a2b7138b Merge pull request #134767 from lalitc375/slice
Enable DV for resourceslice
2025-10-22 17:38:52 -07:00
Kubernetes Prow Robot
905d72b9bb Merge pull request #134757 from neolit123/1.35-fix-e2e-test-hostname-override
/test: use a different image for hostname override e2e tests
2025-10-22 17:38:45 -07:00
Kubernetes Prow Robot
eea58e01f4 Merge pull request #134743 from marquiz/devel/configz-cgroupdriver-fix
kubelet: fix kubeletconfig.cgroupDriver in configz
2025-10-22 17:38:38 -07:00
Kubernetes Prow Robot
370c2f1d98 Merge pull request #134537 from itzPranshul/master-vg-enable-clusterRole
[RBAC] Enable Declarative Validation(DV) support for ClusterRole and RoleBinding
2025-10-22 16:48:38 -07:00
Lalit Chauhan
2061ec2be9 Enable DV for resourceslice 2025-10-22 22:48:25 +00:00
Aditi Gupta
e762d9fc44 dra: Use context-aware client-go informer functions 2025-10-22 15:05:49 -07:00
Kubernetes Release Robot
196d3abcd5 CHANGELOG: Update directory for v1.35.0-alpha.2 release 2025-10-22 22:03:51 +00:00
Kubernetes Prow Robot
ab7003f2e5 Merge pull request #130182 from marosset/windows-unit-tests-pkg-kubelet-kuberuntime-fixes
Fixing k8s.io/kubernetes/pkg/kubelet/kuberuntime unit tests on Windows
2025-10-22 14:14:39 -07:00
Kubernetes Prow Robot
4415f00294 Merge pull request #134780 from joshjms/bump-etcd-sdk-v3.6.5
etcd: Bump etcd sdk to v3.6.5
2025-10-22 13:26:46 -07:00
Kubernetes Prow Robot
972517f0dd Merge pull request #134281 from siyuanfoundation/fix-test
adopt consistent way to set feature gate based on emulation version for kcm and scheduler test server.
2025-10-22 13:26:39 -07:00
Kubernetes Prow Robot
cc74055f3f Merge pull request #134745 from swatisehgal/device-plugin-e2e-flakiness-1
node: e2e: Ensure device plugin pod is Running/Ready before registration
2025-10-22 11:54:47 -07:00
Kubernetes Prow Robot
45e05c0f97 Merge pull request #134706 from onlineth/fix-powershell-completition-docs
docs: PowerShell completion example: dot-source script and quote path
2025-10-22 11:54:40 -07:00
Siyuan Zhang
70ac573619 adopt consistent way to set feature gate based on emulation version for kcm and scheduler test server.
Signed-off-by: Siyuan Zhang <sizhang@google.com>
2025-10-22 13:20:30 -05:00
yongruilin
d764e81a66 Revert "Implement validation-gen lint for CI"
This reverts commit 252d584cb7.

Lint logic is implemented through golanci-lint&kube-api-linter
2025-10-22 18:02:06 +00:00
yongruilin
7d1500bb1e feat: Add exceptions for conflicting markers in kube-api-linter 2025-10-22 18:02:06 +00:00
yongruilin
12b5106809 bump kube-api-linter tool to latest and go mod tidy 2025-10-22 18:02:06 +00:00
Kubernetes Prow Robot
4695bb6c19 Merge pull request #134779 from joshjms/bump-etcd-v3.5.24
etcd: Bump supported etcd version to v3.5.24 for release v1.32, v1.33, and v1.34
2025-10-22 10:32:48 -07:00
Kubernetes Prow Robot
97dd75989c Merge pull request #134161 from skitt/disable-gocritic
Disable unwanted gocritic checks instead of filtering them
2025-10-22 10:32:41 -07:00
yongruilin
5fc2f3e5a9 feat: Enable conflicting markers linter to detect mutually exclusive field markers 2025-10-22 17:06:11 +00:00
Kubernetes Prow Robot
e1b996a4d3 Merge pull request #134754 from jpbetz/deflake-param-ref
Use fast policy refresh interval for TestParamRef
v1.35.0-alpha.2
2025-10-22 09:00:48 -07:00
Kubernetes Prow Robot
501b768370 Merge pull request #134545 from novahe/fix-missing-apiversion
Fix missing involvedObject.apiVersion in event
2025-10-22 09:00:40 -07:00
Lubomir I. Ivanov
c49bdda383 kubeadm: remove the GA WaitForAllControlPlaneComponents FG
The kubeadm specific FG WaitForAllControlPlaneComponents
went GA and was locked enabled by default in 1.34.

In 1.35 it can be removed.
2025-10-22 17:14:02 +02:00
Konrad Kaim
764918a4dd remove deprecated CertificateSigningRequests api from describe 2025-10-22 15:05:52 +00:00
joshjms
3fbd1a1787 etcd: bump etcd to v3.5.24 for k8s v1.32, v1.33, v1.34
Signed-off-by: joshjms <joshjms1607@gmail.com>
2025-10-22 22:38:57 +08:00
Kubernetes Prow Robot
497ed03ae7 Merge pull request #134525 from omerap12/hpa-monitor-test-flake
Remove flaky HPA deletion assertion in TestMultipleHPAs
2025-10-22 06:36:41 -07:00
joshjms
7f99d6672f etcd: bump etcd sdk to v3.6.5
Signed-off-by: joshjms <joshjms1607@gmail.com>
2025-10-22 21:36:06 +08:00
Lubomir I. Ivanov
804708df53 /test: use a different image for hostname override e2e tests
As discovered in ticket 134737 `hostname` is buggy on busybox
due to the musl backend that it uses. something in the /etc/hosts
that k8s generates trips its parser and it doesn't work properly
in the ipv6 tests.

To workaround that use an image that has a glibc backend,
so that the hostname command works.
2025-10-22 15:07:01 +02:00
Stephen Kitt
5bfc9aba9f Disable unwanted gocritic checks instead of filtering them
The golangci-lint docs indicate that, for gocritic, disabled-checks
and enabled-checks can't be combined. That is however not accurate;
enabled-checks adds checks, disabled-checks disables them, in that
order. If disable-all isn't set, then the setup starts with the checks
enabled by default, adds any additional checks specified in
enabled-checks, and removes checks specified in disabled-checks.

This means that instead of filtering unwanted checks, we can disable
them entirely. This makes the set of disabled checks easier to read,
and perhaps easier to clean up in future.

For singleCaseSwitch and wrapperFunc, we only want to ignore specific
instances, so this is still done by filtering.

Signed-off-by: Stephen Kitt <skitt@redhat.com>
2025-10-22 15:00:53 +02:00
novahe
9d48e7d2d4 fix missing involvedObject.apiVersion in event 2025-10-22 20:13:36 +08:00