Commit Graph

134908 Commits

Author SHA1 Message Date
Jordan Liggitt
b7567b980b Remove non-generated use of gogo dependencies 2025-09-23 13:44:21 -04:00
Jordan Liggitt
840aa4722e Drop unnecessary gogo dependencies 2025-09-23 13:44:20 -04:00
Kubernetes Prow Robot
31a00e37ed Merge pull request #134223 from cpanato/updates-go-images
update kube-cross image
2025-09-23 09:46:14 -07:00
Jan Safranek
7930c2db4c Fix SELinux e2e tests waiting for "container created" event
A recent PR has changed the content of "Started container" event to "Container started".
Instead of checking the exact event message, check the event source
("kubelet") and reason ("Started"), that should uniquely identify the
event.
2025-09-23 18:08:50 +02:00
Carlos Panato
48d5664430 update kube-cross image
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2025-09-23 15:25:21 +02:00
Dan Winship
ac35a0a99a Remove some unused bits of verify-golangci-lint.sh
The "strict" option was removed but was still referenced.
2025-09-23 08:39:49 -04:00
Kubernetes Prow Robot
9f40c6f62c Merge pull request #134137 from aditigupta96/refactor-core-waitfornamedcachesync
refactor: Use WaitForNamedCacheSyncWithContext in core components
2025-09-23 01:32:16 -07:00
Goend
911e46c08b fixed the CRD statusResetFields init issue 2025-09-23 15:48:27 +08:00
carlory
784b842a44 Remove the --pod-infra-container-image flag from cluster/gce 2025-09-23 10:01:33 +08:00
Kubernetes Prow Robot
1b5fb46b72 Merge pull request #134209 from Jefftree/gengo-bmp
Bump gengo
2025-09-22 14:26:12 -07:00
Jefftree
37592a026b bump gengo 2025-09-22 18:54:58 +00:00
Abhijit Hoskeri
22551e56a6 Fix IPv6 allocator for /64 CIDRs
An ipAllocator with a 64 bit IPv6 CIDR can allocate
addresses outside the CIDR range, due to an improper uint64 to int64
cast in the addOffsetAddress function.

Replace the cast with a call to `math/big.Int.SetUint64()`.
2025-09-22 11:07:57 -07:00
Nikita B
51c525a140 [126379] [go-client] chore: use WithContext functions
Signed-off-by: Nikita B <n2h9z4@gmail.com>
2025-09-22 19:36:45 +02:00
Kubernetes Prow Robot
1aec2eb003 Merge pull request #134156 from JoelSpeed/enable-ssa-tags
Enable SSATags linter to enforce +listType on lists in APIs
2025-09-22 09:50:17 -07:00
hoteye
1e4e6e10c1 Use context.Background() directly in kubeadm polling API calls
Replace context.TODO() and poll timeout context propagation with direct
context.Background() calls to prevent timeout errors from masking actual
API errors. Affects discovery/file.go, phases/upgrade/health.go, and
util/apiclient/wait.go for consistent error reporting.
2025-09-22 21:37:27 +08:00
Dan Winship
c813854620 Update comments around an old bug workaround 2025-09-22 09:33:31 -04:00
Omer Aplatony
a8a21aaf85 Add hpa object count metric (#134140)
* Add hpa object count metrics

Signed-off-by: Omer Aplatony <omerap12@gmail.com>

* change name to num_horizontal_pod_autoscalers

Signed-off-by: Omer Aplatony <omerap12@gmail.com>

* remove log line

Signed-off-by: Omer Aplatony <omerap12@gmail.com>

---------

Signed-off-by: Omer Aplatony <omerap12@gmail.com>
2025-09-22 06:10:19 -07:00
Kubernetes Prow Robot
db0315a641 Merge pull request #134154 from macsko/dont_limit_the_number_of_goroutines_dispatcher_by_api_dispatcher
Don't limit the number of goroutines dispatched by the API Dispatcher
2025-09-22 04:54:17 -07:00
arkadeepsen
25893cb579 Promote regression-issue-74839 to 1.4
Signed-off-by: arkadeepsen <arsen@redhat.com>
2025-09-22 17:05:43 +05:30
Kubernetes Prow Robot
8d9ab38727 Merge pull request #134164 from arkadeepsen/fix-invalid-conntrack-bug
Track connection using IP+port in server to fix conntrack test flakes
2025-09-22 03:04:17 -07:00
arkadeepsen
fefcbdcff2 Bump image version
Signed-off-by: arkadeepsen <arsen@redhat.com>
2025-09-22 11:46:27 +05:30
arkadeepsen
d957c90153 Track connection using IP+port in server to fix conntrack test flakes
Signed-off-by: arkadeepsen <arsen@redhat.com>
Co-authored-by: Patryk Diak <pdiak@redhat.com>
2025-09-22 11:42:17 +05:30
Kubernetes Prow Robot
0b6dba8eb0 Merge pull request #134176 from adrianmoisey/remove-deprecated-WaitForServiceEndpointsNum
Remove deprecated WaitForServiceEndpointsNum
2025-09-21 16:24:12 -07:00
Kubernetes Prow Robot
fce5a08b92 Merge pull request #134178 from HirazawaUi/remove-RootlessControlPlane
Kubeadm: Remove RootlessControlPlane feature gate
2025-09-21 09:00:12 -07:00
Adrian Moisey
ea914d8077 Remove unused WaitForServiceEndpointsNum function
along with the now-unused countEndpointsSlicesNum function
2025-09-21 14:48:13 +02:00
Adrian Moisey
01f7de46f6 Replace deprecated WaitForServiceEndpointsNum call with WaitForEndpointCount 2025-09-21 14:47:03 +02:00
HirazawaUi
12db1e28dc remove unused file 2025-09-21 00:35:54 +08:00
Kubernetes Prow Robot
d39b162163 Merge pull request #134106 from neolit123/1.35-graduate-ControlPlaneKubeletLocalMode-to-ga
kubeadm: graduate ControlPlaneKubeletLocalMode to GA
2025-09-20 09:02:12 -07:00
HirazawaUi
15b16e0090 Remove RootlessControlPlane feature gate 2025-09-20 22:37:56 +08:00
Kubernetes Prow Robot
faf249a3f0 Merge pull request #134166 from pohly/dra-e2e-node-registrar-cleanup
DRA E2E node: fix cleanup of tests using separate registrar
2025-09-20 01:58:12 -07:00
Patrick Ohly
343a5db965 DRA E2E node: fix cleanup of tests using separate registrar
8fed05c5b7 fixed the cleanup of tests which start
registrar and service in a single call. But tests which first started the
registrar and then the service separately still had the problem:

- registrar is started with test context
- pods remain running at end of test
- registrar stops because of test context cancellation
- pods remain pending despite deletion because the driver gets
  unregistered (timing dependent, so this may have flaked)

The fix is to also clean up the registrar after the test, in reverse startup
order.
2025-09-19 18:47:21 +02:00
Natasha Sarkar
89b75e998d expand coverage for resource quota and limit ranger tests 2025-09-19 15:44:42 +00:00
Kubernetes Prow Robot
09aaf72260 Merge pull request #134124 from danwinship/iptables-setup
drop utiliptables.NewDualStack, which is too confusing
2025-09-19 08:30:12 -07:00
Zeqian Meng
5001fdc23e Upgrade Debian for npb-ep e2e test image 2025-09-19 15:56:09 +02:00
Joel Speed
4e71993917 Enable SSATags linter to enforce +listType on lists in APIs 2025-09-19 13:57:07 +01:00
Kubernetes Prow Robot
b2f9a821ea Merge pull request #133931 from ardaguclu/fix-flaky-all-logs
Wait the readiness of pods for all the containers generate logs
2025-09-19 04:20:12 -07:00
Arda Güçlü
883b9e570a Wait the readiness of pods for all the containers generate logs 2025-09-19 13:25:50 +03:00
Maciej Skoczeń
4275b8b759 Don't limit the number of goroutines dispatched by the API Dispatcher 2025-09-19 09:36:44 +00:00
Kubernetes Prow Robot
6070f5a929 Merge pull request #134145 from dims/update-to-latest-sigs.k8s.io/json
update to latest sigs.k8s.io/json
2025-09-18 19:58:11 -07:00
Kubernetes Prow Robot
58715a58da Merge pull request #133620 from zeqian-meng/remove-rbd-image
Remove rbd image and storage class
2025-09-18 18:36:11 -07:00
Davanum Srinivas
736f7b9a1b update to latest sigs.k8s.io/json 2025-09-18 20:55:31 -04:00
Swagat Bora
9d5ddd9fac change klog to log volume name instead of entire spec in GetDeviceMountPath
Signed-off-by: Swagat Bora <sbora@amazon.com>
2025-09-18 23:47:06 +00:00
Kubernetes Prow Robot
a742db1bf6 Merge pull request #134093 from yongruilin/master_resource_ratcheting
refactor: skip re-validating for unchanged resource claim specs
2025-09-18 15:24:18 -07:00
Kubernetes Prow Robot
725c9153df Merge pull request #134078 from aaron-prindle/vg-enable-deviceclass
feat(validation-gen) enable declarative validation for resource.k8s.io DeviceClass
2025-09-18 15:24:12 -07:00
Kubernetes Prow Robot
2c35d03ce6 Merge pull request #134132 from skitt/golangci-lint-2.4.0
Bump golangci-lint to 2.4.0
2025-09-18 13:10:18 -07:00
Kubernetes Prow Robot
b35407ea7f Merge pull request #134089 from pacoxu/bump-system-validator-v1.10.2
bump system-validators to v1.11.1
2025-09-18 13:10:11 -07:00
Aditi Gupta
19356ad118 refactor(cloud-provider): Use WaitForNamedCacheSyncWithContext
Signed-off-by: Aditi Gupta <aditigpta@google.com>
2025-09-18 11:43:43 -07:00
Aditi Gupta
f44279647b refactor: Use WaitForNamedCacheSyncWithContext in core components
Signed-off-by: Aditi Gupta <aditigpta@google.com>
2025-09-18 11:34:28 -07:00
Kubernetes Prow Robot
203793fe65 Merge pull request #134094 from lalitc375/cherry-pick-pr-171
Add support for k8s-long-name-caseless format.
2025-09-18 11:22:10 -07:00
Kubernetes Prow Robot
b4943a9dc9 Merge pull request #134104 from aditigupta96/refactor-cloud-node-controllers
refactor(controller): Use WithContext variants in cloud node controllers
2025-09-18 10:32:22 -07:00