Kubernetes Prow Robot
0969bb173c
Merge pull request #134260 from cpanato/update-rules
...
update publishing rules for 1.33/1.34 to set go1.24.7
2025-09-25 04:22:17 -07:00
Carlos Panato
a96ac3a276
update publishing rules for 1.33/1.34 to set go1.24.7
...
Signed-off-by: Carlos Panato <ctadeu@gmail.com >
2025-09-25 09:55:13 +02:00
Kubernetes Prow Robot
0e014fc8dd
Merge pull request #134192 from hoteye/fix-context-usage-in-discovery
...
Fix context usage in kubeadm discovery file
2025-09-25 00:40:24 -07:00
Kubernetes Prow Robot
29bb3a5d07
Merge pull request #133841 from yangjunmyfm192085/fixcmdtest
...
[failing-test] fix kubectl exec command in cmd test
2025-09-24 13:02:15 -07:00
Kubernetes Prow Robot
c0b9ab3351
Merge pull request #134245 from macsko/revert_pr_133213
...
Revert "fix: handle corner cases in the async preemption"
2025-09-24 08:34:18 -07:00
Kubernetes Prow Robot
f24a967c42
Merge pull request #134155 from serathius/gzip-benchmark
...
Improve BenchmarkSerializeObject benchmark
2025-09-24 06:34:18 -07:00
Marek Siarkowicz
273912fb7f
Improve BenchmarkSerializeObject benchmark
...
Use sub-benchmarks with "Key=Value" naming convention to used by https://pkg.go.dev/golang.org/x/perf/cmd/benchstat .
Use ReportMetric to report response size instead of writing it to logs.
2025-09-24 14:34:34 +02:00
Kubernetes Prow Robot
ad4a8a7e8a
Merge pull request #134225 from jsafrane/fix-selinux-test-event
...
Fix SELinux e2e tests waiting for "container created" event
2025-09-24 05:18:18 -07:00
Maciej Skoczeń
d2e6be440c
Revert "Merge pull request #133213 from sanposhiho/second-trial-conor"
...
This reverts commit a2bf45b081 , reversing
changes made to 2b2ea27250 .
2025-09-24 11:05:16 +00:00
Kubernetes Prow Robot
2fc2c0a38d
Merge pull request #134199 from arkadeepsen/update-image-tag
...
Promote regression-issue-74839 to 1.4
2025-09-23 19:56:13 -07:00
Kubernetes Prow Robot
1eb2c4182d
Merge pull request #134102 from mayank-agrwl/namespace-nodelifecycle-contextual
...
Replace HandleError with HandleErrorWithContext
2025-09-23 18:50:17 -07:00
Kubernetes Prow Robot
1a04a958fb
Merge pull request #134228 from liggitt/proto-gogo-poc
...
gogo protobuf dependency cleanup
2025-09-23 16:46:20 -07:00
Kubernetes Prow Robot
c4ecd6b129
Merge pull request #134221 from danwinship/strict-lint-cleanup
...
Remove some unused bits of verify-golangci-lint.sh
2025-09-23 16:46:13 -07:00
Kubernetes Prow Robot
08489ee0d8
Merge pull request #134062 from rbiamru/add-nodeconformance-labels
...
test/e2e/node: add [NodeConformance] label to ConfigMap update test
2025-09-23 15:48:13 -07:00
Kubernetes Prow Robot
0aeda7ba37
Merge pull request #125140 from huww98/sets-slices-sort
...
util/sets: simplify List() by using slices.Sort
2025-09-23 14:40:13 -07:00
Kubernetes Prow Robot
56e078d689
Merge pull request #134138 from aditigupta96/refactor-cloud-provider-waitfornamedcachesync
...
refactor(cloud-provider): Use WaitForNamedCacheSyncWithContext
2025-09-23 13:00:15 -07:00
Jordan Liggitt
a87068c685
Clean up gogo dependency tracking
2025-09-23 13:59:37 -04:00
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
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
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
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
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
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