Commit Graph

133172 Commits

Author SHA1 Message Date
Benjamin Elder
feeeb4aa19 switch from rsync to cp, drop rsync requirement 2025-10-16 10:26:13 -07:00
Benjamin Elder
e71aa02f96 we no longer need to delete old docker images as we don't build a build-image anymore, we use pre-built kube-cross 2025-10-16 10:26:13 -07:00
Benjamin Elder
ff0a5fff38 cleanup lingering references to kube-build
.... excluding build container name and kube-cross version

TODO: build/build-image/cross/VERSION should probably just be a variable in the shell script
2025-10-16 10:26:13 -07:00
Benjamin Elder
b3ad67739a delete build-image
we no longer need this now that we run kube-cross directly
2025-10-16 10:26:13 -07:00
Kubernetes Prow Robot
3b632270e9 Merge pull request #134633 from Phaow/add-vgs-csi-e2e
Enable external VolumeGroupSnapshot tests
2025-10-16 08:50:41 -07:00
Kubernetes Prow Robot
498e6a5e75 Merge pull request #134634 from BenTheElder/sockless
drop go-socks5 from build/tools.go
2025-10-16 08:00:52 -07:00
Kubernetes Prow Robot
f4315436e1 Merge pull request #134214 from Phaow/dev
Refine: VolumeGroupSnapshot tests
2025-10-16 08:00:45 -07:00
Kubernetes Prow Robot
f6c629ecd2 Merge pull request #134642 from p0lyn0mial/upstream-watchlist-unsupported-wl-semantics-dynamic
client-go/dynamic/fake: does not support WatchList semantics
2025-10-16 06:38:05 -07:00
Lukasz Szaszkiewicz
82e516200a client-go/dynamic/fake: expose IsWatchListSemanticsUnSupported 2025-10-16 14:48:08 +02:00
Kubernetes Prow Robot
3828756d90 Merge pull request #134505 from p0lyn0mial/upstream-watchlist-unsupported-wl-semantics-reflector-listwatch
client-go/tools/cache/listwatch: intro ToListWatcherWithWatchListSemantics
2025-10-16 02:10:05 -07:00
Penghao
9763935518 Refine: VolumeGroupSnapshot tests
Signed-off-by: Penghao <pewang@redhat.com>
2025-10-16 15:33:10 +08:00
Kubernetes Prow Robot
2453394c0a Merge pull request #134267 from zk-123/optimization/serviceaccount-token-controller
refactor(serviceaccount-tokens-controller): Change MutationCache to SecretLister
2025-10-16 00:15:37 -07:00
Kubernetes Prow Robot
57124db472 Merge pull request #134632 from BenTheElder/rsync-compat
don't setup _output/bin symlink for dockerized builds for compatiblity
2025-10-15 23:23:34 -07:00
Benjamin Elder
7825b2fc76 drop go-socks5 from build/tools.go
I don't think this was ever needed in the root module
2025-10-15 21:23:18 -07:00
Benjamin Elder
30c3c990d0 prevent shellcheck warning
https://www.shellcheck.net/wiki/SC2153

this is not a mispelling of KUBE_OUTPUT_SUBPATH, the unprefixed version is an optional override which sets _KUBE_OUTPUT_SUBPATH, which is handled in hack/lib/init.sh where golang.sh is sourced
2025-10-15 20:18:31 -07:00
Benjamin Elder
563919c685 don't update _output/bin symlink in dockerized builds 2025-10-15 20:18:31 -07:00
Penghao
78830afba8 Enable external VolumeGroupSnapshot tests
Signed-off-by: Penghao <pewang@redhat.com>
2025-10-16 11:14:08 +08:00
Kubernetes Prow Robot
02e576064f Merge pull request #134614 from ffromani/topomgr-max-allowable-nodes-ga
KEP-4622: promote topology manager `max-allowable-numa-nodes` to GA
2025-10-15 18:43:41 -07:00
Kubernetes Prow Robot
278effc2e1 Merge pull request #134499 from Karthik-K-N/flake-metric-ut
Fix test flake by increasing time out for verifying metrics for mirror pods
2025-10-15 18:43:33 -07:00
Kubernetes Prow Robot
ba321f22a2 Merge pull request #134628 from BenTheElder/relative-path
use relative symlink for output path
2025-10-15 17:19:42 -07:00
Kubernetes Prow Robot
fa19b99377 Merge pull request #134619 from chrischdi/pr-fixup-build-in-kube-cross-kube-git-version-file
build: build by running kube-cross directly should leverage a potential KUBE_GIT_VERSION_FILE
2025-10-15 17:19:34 -07:00
Kubernetes Prow Robot
6298c4e6ab Merge pull request #134626 from lalitc375/status
Test DV status update tests for all API versions
2025-10-15 14:41:36 -07:00
Benjamin Elder
605f402d44 use relative symlink for output path
resolves issues with creating symlinks inside the build container via bind mount instead of rsync-ing them out
2025-10-15 13:12:38 -07:00
Kubernetes Prow Robot
e1bc8e4c3d Merge pull request #134625 from liggitt/1-35-alphas
Drop alphas no longer served in 1.35
2025-10-15 11:39:33 -07:00
Lalit Chauhan
54f39033f0 Test status update for all APII versions 2025-10-15 18:11:48 +00:00
Kubernetes Prow Robot
d789e1f5d3 Merge pull request #134601 from shyamjvs/fix-watch-seats
Properly account APF seats for legacy watches that compute init-events
2025-10-15 10:43:35 -07:00
Jordan Liggitt
20af32e5c1 Stop serving alphas removed in 1.35 2025-10-15 12:59:59 -04:00
Jordan Liggitt
33321022f8 Regenerate openapi with unserved 1.35 APIs 2025-10-15 12:59:44 -04:00
Christian Schlotter
bec429cd96 Review fixes 2025-10-15 18:57:34 +02:00
Kubernetes Prow Robot
4870d987d0 Merge pull request #134611 from cpanato/update-go-main
[go] Bump images, dependencies and versions to go 1.25.3 and distroless iptables
2025-10-15 05:59:42 -07:00
Kubernetes Prow Robot
95fcceb90c Merge pull request #134388 from nokia/kep-4540-ga
KEP-4540: StrictCPUReservationOption moved to GA
2025-10-15 05:59:35 -07:00
Christian Schlotter
8a43852c35 build: build by running kube-cross directly should leverage a potential KUBE_GIT_VERSION_FILE 2025-10-15 13:48:00 +02:00
Francesco Romani
97861325ae KEP-4622: node: topomgr: max-allowable-numa-nodes to GA
promote the policy option to GA.

Signed-off-by: Francesco Romani <fromani@redhat.com>
2025-10-15 12:21:04 +02:00
Francesco Romani
cccb66bfbc test: topologymanager: handle panic in test
unexpected success should cause a test failure, not a panic

Signed-off-by: Francesco Romani <fromani@redhat.com>
2025-10-15 12:20:57 +02:00
Francesco Romani
00a8ddce91 node: topologymanager: don't leak options in tests
unit tests for the policy options add test options to the
global state without proper cleanup; this is done only in tests
so it has limited room for doing damage, but still weakens
the test signal. Let's avoid that adding proper cleanup.

Signed-off-by: Francesco Romani <fromani@redhat.com>
2025-10-15 12:15:08 +02:00
Kubernetes Prow Robot
b35220c725 Merge pull request #134608 from tallclair/disable-allocator-dual-write-2
Fix DisableAllocatorDualWrite dependency on MultiCIDRServiceAllocator
2025-10-15 01:53:41 -07:00
Kubernetes Prow Robot
48453a6eec Merge pull request #134174 from phuhung273/topologymanager-contextual-logging
kubelet: Migrate pkg/kubelet/cm/topologymanager to contextual logging
2025-10-15 01:53:34 -07:00
Carlos Panato
96a9fe5f7b update debian-base and setcap
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2025-10-15 09:42:15 +02:00
Carlos Panato
15154374bc Bump images, dependencies and versions to go 1.25.3 and distroless iptables
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2025-10-15 09:41:57 +02:00
Kubernetes Prow Robot
e21082468a Merge pull request #134381 from kon-angelo/openapi-nil-json
fix nested map segmentation fault
2025-10-14 18:21:32 -07:00
Tim Allclair
bf88ae7d73 Fix DisableAllocatorDualWrite dependency on MultiCIDRServiceAllocator 2025-10-14 17:22:19 -07:00
Kubernetes Prow Robot
9d5cda7a21 Merge pull request #134598 from BenTheElder/go1.25.3
bump to go 1.25.3
2025-10-14 14:23:41 -07:00
Kubernetes Prow Robot
c5f15cc37a Merge pull request #133721 from fusida/fix-crd-status-panic-0827
fix panic for the crd with subresource but lose openAPIV3Schema
2025-10-14 14:23:34 -07:00
Shyam Jeedigunta
678b79a173 Properly account APF seats for legacy watches that compute init-events 2025-10-14 13:30:30 -07:00
Kubernetes Prow Robot
9630ab9581 Merge pull request #134510 from BenTheElder/no-rsync
build by running kube-cross directly
2025-10-14 11:37:40 -07:00
Kubernetes Prow Robot
d92afdefcb Merge pull request #134298 from kannon92/kep-5573-cgroupv1-unsupported
[KEP-5573] Set failCgroupV1 to true
2025-10-14 11:37:34 -07:00
Benjamin Elder
6f820481d3 bump to go 1.25.3 2025-10-14 10:44:59 -07:00
Kubernetes Prow Robot
3955220f84 Merge pull request #132600 from nojnhuh/cel-godoc
Fix CEL library doc string whitespace
2025-10-14 09:13:35 -07:00
Kubernetes Prow Robot
f7fb7cd86b Merge pull request #134588 from liggitt/fixes-only-no-go-bump
go 1.25.2/1.24.8 related fixes
2025-10-14 07:45:36 -07:00
gujiu.fsd
6a455c669b fix panic for the crd with status subresource but lose openAPIV3Schema fileds 2025-10-14 20:26:55 +08:00