Commit Graph

132171 Commits

Author SHA1 Message Date
Ayato Tokubi
799312a402 Update pod resize test to accept new cpu.weight conversion.
Signed-off-by: Ayato Tokubi <atokubi@redhat.com>
2025-08-29 16:39:18 +00:00
Kubernetes Prow Robot
c9cc8c1ea8 Merge pull request #133771 from marckhouzam/marck/fixResourceCompletion
Fix completion of resource names
2025-08-29 01:03:09 -07:00
Marc Khouzam
d194619979 Fix linter
Signed-off-by: Marc Khouzam <marc.khouzam@gmail.com>
2025-08-28 23:04:35 -07:00
Marc Khouzam
f3d278e75d Fix completion of resource names
The output format is now used by the `Complete()` function, so it must
be set before invoking said function.

The commit also adds a unit tests for this scenario.

Signed-off-by: Marc Khouzam <marc.khouzam@gmail.com>
2025-08-28 21:29:16 -07:00
Kubernetes Prow Robot
be361a18dd Merge pull request #133736 from dims/populate-pending-and-ineligible-endpoints
Populate pending and ineligible endpoints
2025-08-28 14:57:16 -07:00
Kubernetes Prow Robot
dd64619a62 Merge pull request #133716 from ahmetb/metav1-status-list-marker
api: Remove +listType marker for non-list field
2025-08-28 14:57:09 -07:00
Kubernetes Prow Robot
31edf4feb1 Merge pull request #133760 from BenTheElder/xtrace-away
drop spammy xtrace from hack/test scripts
2025-08-28 13:27:09 -07:00
Davanum Srinivas
aea2723744 populate pending and ineligible endpoints 2025-08-28 15:41:17 -04:00
Benjamin Elder
e5f4caf62a drop spammy xtrace from hack/test scripts
this shouldn't be set when sourcing install-etcd.sh, which has a lot of non-trivial shell to log

we can leave it when it just logs the test commands
2025-08-28 12:21:01 -07:00
Kubernetes Prow Robot
6b33567f9b Merge pull request #133684 from soltysh/drop_StatefulSetAutoDeletePVC
Drop StatefulSetAutoDeletePVC after the feature GA-ed in 1.32
2025-08-28 10:49:15 -07:00
Kubernetes Prow Robot
b260693d18 Merge pull request #133682 from ardaguclu/increase-port-forward-client-timeout
Increase port-forward broken connection detection client timeout
2025-08-28 10:49:08 -07:00
Kubernetes Prow Robot
6fad180fe3 Merge pull request #133463 from ffromani/e2e-node-cpumgr-cleanup
e2e: node: cpumanager: replace the test suite
2025-08-28 09:23:09 -07:00
Kubernetes Prow Robot
bd55877b09 Merge pull request #133325 from liggitt/conversion-gen-unexported-pointers
Fix conversion-gen handling of unexported fields and custom conversions of pointers
2025-08-28 06:55:17 -07:00
Kubernetes Prow Robot
546519987d Merge pull request #132288 from thevilledev/chore/coredns-v1.12.2
chore: update CoreDNS to v1.12.3
2025-08-28 06:55:10 -07:00
Kubernetes Prow Robot
8c1094d54a Merge pull request #133615 from carlory/fix-133610
Promote VAC API test to conformance
2025-08-28 05:37:17 -07:00
Kubernetes Prow Robot
aead71c1c2 Merge pull request #132128 from skitt/cadvisor-0.53
Bump cadvisor to 0.53
2025-08-28 05:37:10 -07:00
Arda Güçlü
f336f4c75a Close response body after the conn is closed 2025-08-28 15:21:57 +03:00
Arda Güçlü
2608a38d47 Increase port-forward broken connection detection client timeout 2025-08-28 15:16:32 +03:00
Maciej Szulik
2f356d02e2 make update
Signed-off-by: Maciej Szulik <soltysh@gmail.com>
2025-08-28 13:35:20 +02:00
Maciej Szulik
09e357d31f Drop StatefulSetAutoDeletePVC after the feature GA-ed in 1.32
Signed-off-by: Maciej Szulik <soltysh@gmail.com>
2025-08-28 13:35:16 +02:00
Francesco Romani
bf6a55cd06 e2e: node: address linter errors
remove now-unused code

Signed-off-by: Francesco Romani <fromani@redhat.com>
2025-08-28 13:24:02 +02:00
Kubernetes Prow Robot
67216cfdd9 Merge pull request #133408 from richabanker/etcd-metrics-test
Update TestDeleteStoreStats to validate the new apiserver_resource_objects metric
2025-08-28 03:17:16 -07:00
Kubernetes Prow Robot
7174623fb8 Merge pull request #131639 from borg-land/fetch-mounter-cdn
pull mounter from dl.k8s.io
2025-08-28 03:17:10 -07:00
Francesco Romani
9aed0813e6 e2e: node: cpumgr: replace old testsuite
This final change in the series completes the transition
to the new test suite

Signed-off-by: Francesco Romani <fromani@redhat.com>
2025-08-28 12:02:27 +02:00
Francesco Romani
c4f7272f62 e2e: node: cpumgr: keep only scaffolding
keep only the test stub, as all the code was already
removed by PR in the series because superseded by
code in cpumanager_test.go,
which will be moved in cpu_manager_test.go at the
end of this series.
Split to make the review easier.

Signed-off-by: Francesco Romani <fromani@redhat.com>
2025-08-28 11:51:40 +02:00
Francesco Romani
37d678e098 e2e: node: cpumgr: remove old sidecar container tests
superseded by code in cpumanager_test.go,
which will be moved in cpu_manager_test.go at the
end of this series.
Split to make the review easier.

Signed-off-by: Francesco Romani <fromani@redhat.com>
2025-08-28 11:51:40 +02:00
Francesco Romani
666dec8c2f e2e: node: cpumgr: remove old reserved cpus tests
superseded by code in cpumanager_test.go,
which will be moved in cpu_manager_test.go at the
end of this series.
Split to make the review easier.

Signed-off-by: Francesco Romani <fromani@redhat.com>
2025-08-28 11:51:40 +02:00
Francesco Romani
d98069e22c e2e: node: cpumgr: remove old distribute-cpus tests
superseded by code in cpumanager_test.go,
which will be moved in cpu_manager_test.go at the
end of this series.
Split to make the review easier.

Signed-off-by: Francesco Romani <fromani@redhat.com>
2025-08-28 11:51:40 +02:00
Francesco Romani
e2624d0cce e2e: node: cpumgr: remove old smt alignment tests
superseded by code in cpumanager_test.go,
which will be moved in cpu_manager_test.go at the
end of this series.
Split to make the review easier.

Signed-off-by: Francesco Romani <fromani@redhat.com>
2025-08-28 11:51:40 +02:00
Francesco Romani
9e6073304f e2e: node: cpumgr: remove old cfs quota tests
superseded by code in cpumanager_test.go,
which will be moved in cpu_manager_test.go at the
end of this series.
Split to make the review easier.

Signed-off-by: Francesco Romani <fromani@redhat.com>
2025-08-28 11:51:40 +02:00
Kubernetes Prow Robot
cc39357833 Merge pull request #122140 from huww98/multi-volume-for-upstream
kubelet: multiple volumes reference one PVC in one Pod
2025-08-28 01:43:10 -07:00
Kubernetes Prow Robot
23acc94870 Merge pull request #129986 from djboris9/patch-1
fix(kubelet-windows): Typo in structured log user display name fixed
2025-08-28 00:29:09 -07:00
Stephen Kitt
c35d5473dd Remove the otel semantics override
With the bump to otelhttp 0.61, this is no longer necessary.

Signed-off-by: Stephen Kitt <skitt@redhat.com>
2025-08-28 09:23:06 +02:00
Stephen Kitt
684473af62 Bump cadvisor to 0.53
This brings a few fixes, drops github.com/pkg/errors (as a direct
dependency), and bumps many transitive dependencies. The
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp bump to
v0.61.0 breaks "k8s.io/kubernetes/test/integration/apiserver: tracing"
consistently, so it's held back for now.

github.com/containerd/containerd/api pulls in gopkg.in/yaml.v3 so that
needs to be added to the exceptions in unwanted-dependencies.json.

Signed-off-by: Stephen Kitt <skitt@redhat.com>
2025-08-28 09:20:21 +02:00
Kubernetes Prow Robot
45ac66e390 Merge pull request #131340 from anshuman-agarwala/sample-controller-doc
Added contribution info to sample-controller README
2025-08-27 23:17:16 -07:00
Kubernetes Prow Robot
e605bd3c2e Merge pull request #130384 from zhifei92/migrate-kubelet-images-to-contextual-logging
chore(kubelet): migrate images to contextual logging
2025-08-27 23:17:09 -07:00
huweiwen
c16d72c414 e2e: case for multiple volumes reference one PVC 2025-08-28 13:05:07 +08:00
huweiwen
0e6b22b5c8 test: add assertion to check OuterVolumeSpecNames
Also add a new case for multiple outer names.
And some small fixes to existing cases.
2025-08-28 13:05:07 +08:00
huweiwen
4abd40f6e3 kubelet: multiple volumes reference one PVC in one Pod
Previously, pod with multiple volumes references one PVC is stuck at
ContainerCreating without any error message.
Fixing this by storing multiple OuterVolumeSpecNames per volume
2025-08-28 13:05:07 +08:00
huweiwen
7910cbb884 kubelet/volumeManager: remove outerVolumeSpecName from ASW 2025-08-28 13:05:06 +08:00
huweiwen
146f0c9345 remove MountedVolume.OuterVolumeSpecNames from logs 2025-08-28 13:05:06 +08:00
Kubernetes Prow Robot
4d97cda614 Merge pull request #133710 from ania-borowiec/affinityterms
Move GetAffinityTerms functions to staging repo
2025-08-27 21:39:32 -07:00
Kubernetes Prow Robot
9700dcde33 Merge pull request #133572 from HadrienPatte/ctx
Update `sharedInformerFactoryInterface` context initialization example
2025-08-27 21:39:24 -07:00
Kubernetes Prow Robot
d9c4a092f5 Merge pull request #133327 from thockin/kyaml
Change KYAML gate to on-by-default
2025-08-27 21:39:16 -07:00
Kubernetes Prow Robot
041eb2ea37 Merge pull request #128649 from huww98/multi-volume-part-2
kubelet/volume: remove OuterVolumeSpecName from ASW
2025-08-27 21:39:09 -07:00
Kubernetes Prow Robot
9096fcefe5 Merge pull request #133731 from ardaguclu/wait-cmd-stable
Drop experimental prefix from kubectl wait command
2025-08-27 20:24:49 -07:00
Kubernetes Prow Robot
2cbd5a6a92 Merge pull request #133718 from BenTheElder/codegen-rsync
build: discourage expanding dependency on rsync, eliminate some unnecessary filters
2025-08-27 20:24:42 -07:00
Kubernetes Prow Robot
f0ee0ddc55 Merge pull request #133703 from macsko/fix_flaking_readyz_check_integration
Fix flaking readyz check in scheduler TestEndpointHandlers
2025-08-27 20:24:35 -07:00
Kubernetes Prow Robot
e8fb05e8a0 Merge pull request #133686 from soltysh/drop_CronJobsScheduledAnnotation
Drop CronJobsScheduledAnnotation after the feature GA-ed in 1.32
2025-08-27 20:24:28 -07:00
Kubernetes Prow Robot
0a48870050 Merge pull request #133681 from soltysh/ordinals_cleanup
Drop unused tests, after KEP-3335 graduated to GA
2025-08-27 20:24:21 -07:00