Ondra Kupka
0caae6f704
controller/volume/pvcprotection: Improve goroutine mgmt
...
Make sure all threads are terminated when Run returns.
2025-11-04 23:58:15 +01:00
Ondra Kupka
ed74779a0f
controller/volume/persistentvolume: Improve goroutine mgmt
...
Make sure all threads are terminated when Run returns.
2025-11-04 23:58:15 +01:00
Ondra Kupka
8eab454e38
controller/volume/expand: Improve goroutine mgmt
...
Make sure all threads are terminated when Run returns.
2025-11-04 23:58:15 +01:00
Ondra Kupka
27774052ab
controller/volume/ephemeral: Improve goroutine mgmt
...
Make sure all threads are terminated when Run returns.
2025-11-04 23:58:15 +01:00
Ondra Kupka
12205df76d
controller/volume/attachdetach: Improve goroutine mgmt
...
Make sure all threads are terminated when Run returns.
2025-11-04 23:58:15 +01:00
Ondra Kupka
9d4ff6ecf2
controller/tainteviction: Improve goroutine mgmt
...
Make sure all threads are terminated when Run returns.
2025-11-04 23:58:15 +01:00
Ondra Kupka
d2a443db75
controller/serviceaccount: Improve goroutine mgmt
...
Make sure all threads are terminated when Run returns.
2025-11-04 23:58:15 +01:00
Ondra Kupka
c641df792b
controller/resourcequota: Improve goroutine mgmt
...
Make sure all threads are terminated when Run returns.
2025-11-04 23:58:15 +01:00
Ondra Kupka
d908a470a5
controller/garbagecollector: Improve goroutine mgmt
...
Make sure all threads are terminated when Run returns.
2025-11-04 23:58:15 +01:00
Kubernetes Prow Robot
5e2ad84f67
Merge pull request #134906 from carlory/fix-kubeadm-3229
...
kubeadm: added container runtime version check to preflight
2025-11-02 23:36:04 -08:00
Kubernetes Prow Robot
6822f9b0af
Merge pull request #135045 from pohly/e2e-slow-priority-revert
...
Revert "E2E framework: start slow tests first"
2025-11-02 12:04:02 -08:00
Patrick Ohly
34021d451d
Revert "E2E framework: start slow tests first"
...
This reverts commit cff07e7551 .
The commit caused several kubeadm jobs to fail while executing all conformance
tests (including slow ones) in parallel. Sometimes execution took longer and
ran into the overall timeout, sometimes there was:
[FAILED] Expected
<int>: 440
to be ==
<int>: 400
In [It] at: k8s.io/kubernetes/test/e2e/apimachinery/chunking.go:202
It looks like the tests are flaky and/or reveal a real bug when slow tests run
all in parallel at the same time.
This should work, but doesn't right now, so let's revert until that problem is fixed.
2025-11-02 20:09:28 +01:00
Kubernetes Prow Robot
afb2b97425
Merge pull request #135022 from sunya-ch/fix-distinct-constraint
...
[DRA] Fix DistinctAttributeConstraint match comparision with value
2025-11-01 09:24:02 -07:00
Kubernetes Prow Robot
cd0ddec139
Merge pull request #134881 from pohly/e2e-slow-priority
...
E2E: run slow tests first, using new Ginkgo
2025-11-01 06:10:02 -07:00
Patrick Ohly
cff07e7551
E2E framework: start slow tests first
...
This avoids the risk of having a slow test started towards the end of a run,
which then would cause the run to take longer. When started early they can run
in parallel to other tests. In serial runs it doesn't matter.
The implementation maps the Slow label to the new ginkgo.SpecPriority. The
default is 0. Tests with priority 1 run first.
2025-11-01 09:52:09 +01:00
Patrick Ohly
6034321603
dependencies: ginkgo v2.27.2, gomega v1.38.2
...
Specifically the new AddTreeConstructionNodeArgsTransformer and SpecPriority in
Ginkgo will be useful.
Gomega gets updated to keep up-to-date.
2025-11-01 09:52:09 +01:00
Sunyanan Choochotkaew
c99145805f
[DRA] Fix DistinctAttributeConstraint match comparision with value
...
Signed-off-by: Sunyanan Choochotkaew <sunyanan.choochotkaew1@ibm.com >
2025-11-01 08:43:57 +09:00
Kubernetes Prow Robot
d2e1e3b6bc
Merge pull request #135021 from aramase/aramase/c/cleanup_jwks_metric_comment
...
oidc: fix jwks metric name in comment
2025-10-31 15:34:05 -07:00
Anish Ramasekar
97587e951b
oidc: fix jwks metric name in comment
...
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com >
2025-10-31 14:28:14 -07:00
Kubernetes Prow Robot
1b6d0c7c03
Merge pull request #134965 from tsj-30/fix-dra-devicebindingconditions-flake
...
test: fix flake in DRA DeviceBindingCondition
2025-10-31 12:26:03 -07:00
Kubernetes Prow Robot
72e06a7516
Merge pull request #134982 from natasha41575/ippr-tests
...
[InPlacePodVerticalScaling] Reformat a couple of e2e tests
2025-10-31 11:34:13 -07:00
Kubernetes Prow Robot
0d40757969
Merge pull request #133051 from rata/userns-record-pod-error
...
kubelet/userns: Print podUID on errors
2025-10-31 11:34:06 -07:00
Kubernetes Prow Robot
5caeb4171d
Merge pull request #134855 from sprait/fix-nil-deref-container-status
...
kubelet: add nil check for ContainerStatus in GetContainerStatus
2025-10-31 10:10:14 -07:00
Kubernetes Prow Robot
f66d1a9418
Merge pull request #133779 from carlory/kubelet-cleanup-pod-infra-container-image
...
Remove deprecated pod-infra-container-image flag
2025-10-31 10:10:07 -07:00
Kubernetes Prow Robot
ef1eb4bef8
Merge pull request #135006 from p0lyn0mial/upstream-watchlist-unsupported-wl-kubelet-fake-pod-lw
...
kubelet/config/apiserver_test: expose IsWatchListSemanticsUnSupported on fakePodLW
2025-10-31 08:32:15 -07:00
Kubernetes Prow Robot
83504f1b02
Merge pull request #134466 from mortent/AllowAllocationModeAllMultinodeResourcePools
...
DRA: Allow AllocationMode: All from multi-node resource pools
2025-10-31 08:32:06 -07:00
Kubernetes Prow Robot
4ca91a6542
Merge pull request #134994 from liggitt/drop-strict-cost
...
Drop locked StrictCostEnforcementForVAP and StrictCostEnforcementForWebhooks feature gates
2025-10-31 07:38:12 -07:00
Kubernetes Prow Robot
ce7ba8aa76
Merge pull request #134959 from atiratree/deployment-integration-tests
...
add integration tests for pod replacement during scaling and Recreate/RollingUpdate strategies
2025-10-31 07:38:04 -07:00
Kubernetes Prow Robot
3c2e64ec78
Merge pull request #135005 from p0lyn0mial/upstream-watchlist-unsupported-wl-tracker-wrapp
...
apiserver/pkg/admission/plugin/policy/test: wrap trackers with ToListWatcherWithWatchListSemantics
2025-10-31 05:40:18 -07:00
Kubernetes Prow Robot
02398258b1
Merge pull request #135004 from pohly/dependencies-x-repos
...
dependencies: various minor updates
2025-10-31 05:40:11 -07:00
Kubernetes Prow Robot
ad13a96a1f
Merge pull request #134811 from p0lyn0mial/upstream-watchlist-unsupported-wl-cache-testing
...
client-go/tools/cache/test: wrap the LW with toListWatcherWithUnSupportedWatchListSemantics
2025-10-31 05:40:03 -07:00
Kubernetes Prow Robot
f1989437f8
Merge pull request #135002 from p0lyn0mial/upstream-watchlist-unsupported-wl-client-tools-watch-test
...
client-go/tools/watch/test: wrap the LW with toListWatcherWithUnSupportedWatchListSemantics
2025-10-31 04:50:03 -07:00
Lukasz Szaszkiewicz
1951e8dd88
kubelet/config/apiserver_test: expose IsWatchListSemanticsUnSupported on fakePodLW
2025-10-31 12:37:34 +01:00
Rodrigo Campos
05f5051be3
kubelet/userns: Print podUID on errors
...
We recently received this bug report: #132966 . The issue seems to be
that the new range configured doesn't work for existing pods on the
node, and therefore the kubelet fails to start.
While I'll also improve the documentation to mention you need to drain
the node, let's also improve the error message saying which pod this
error comes from.
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com >
2025-10-31 12:06:30 +01:00
Kubernetes Prow Robot
279f214cc5
Merge pull request #134989 from alaypatel07/extended-resources-scheduler-perf
...
refactor scheduler_perf test for extended resources by dra to have 10-50 device classes
2025-10-31 03:52:12 -07:00
Kubernetes Prow Robot
299a4fc2d2
Merge pull request #134847 from prometherion/feat/kubeadm-dns-signature
...
refactor(kubeadm): including dns addon version to signature
2025-10-31 03:52:05 -07:00
Lukasz Szaszkiewicz
35423364e2
apiserver/pkg/admission/plugin/policy/test: wrap trackers with ToListWatcherWithWatchListSemantics
2025-10-31 11:43:18 +01:00
Patrick Ohly
5993782d65
dependencies: various minor updates
...
This is a collection of updating several unversioned modules. Those updates are
eventually going to reach Kubernetes, doing them together now makes PRs for
future major updates smaller.
2025-10-31 11:30:26 +01:00
Kubernetes Prow Robot
e23dbe1f6e
Merge pull request #135000 from p0lyn0mial/upstream-watchlist-unsupported-wl-semantics-trackers
...
k8s.io/client-go/testing/fixture: does not support WatchList semantics
2025-10-31 02:52:11 -07:00
Kubernetes Prow Robot
710c80f72a
Merge pull request #133503 from p0lyn0mial/upstream-disable-panic-watch-decode-err-for-integration
...
test-integration: set KUBE_PANIC_WATCH_DECODE_ERROR to false
2025-10-31 02:52:03 -07:00
Lukasz Szaszkiewicz
9e462123d6
client-go/tools/watch/test: wrap the LW with toListWatcherWithUnSupportedWatchListSemantics
2025-10-31 10:16:25 +01:00
Lukasz Szaszkiewicz
ae201951a8
k8s.io/client-go/tools/cache/test: wrap the LW with toListWatcherWithUnSupportedWatchListSemantics
2025-10-31 10:11:18 +01:00
Kubernetes Prow Robot
d8f8b017e1
Merge pull request #134941 from p0lyn0mial/upstream-watchlist-unsupported-wl-semantics-cacher-consistency-checker
...
apiserver/pkg/storage/cacher/lister_watcher: pass RV for request from the watchlist consistency checker
2025-10-31 01:50:02 -07:00
Lukasz Szaszkiewicz
1055d8541e
k8s.io/client-go/testing/fixture: does not support WatchList semantics
2025-10-31 09:06:05 +01:00
Lukasz Szaszkiewicz
1ca34bd0d2
apiserver/pkg/storage/cacher/lister_watcher: pass RV for request from the watchlist consistency checker
2025-10-31 09:02:51 +01:00
Nikolay Gorbatov
040516a6e7
fix linter changes
2025-10-31 11:44:17 +04:00
Kubernetes Prow Robot
b4d4cc9384
Merge pull request #123642 from aramase/aramase/f/kep_3331_jwks_metrics
...
Add JWKS fetch metrics for jwt authenticator
2025-10-30 22:42:02 -07:00
Jordan Liggitt
bd11e52bfc
Drop locked StrictCostEnforcementForVAP and StrictCostEnforcementForWebhooks feature gates
2025-10-31 00:03:42 -04:00
Kubernetes Prow Robot
a13ad97048
Merge pull request #134949 from natasha41575/ippr-ga
...
Promote InPlacePodVerticalScaling to GA
2025-10-30 20:06:01 -07:00
carlory
b3415bfdfe
kubeadm: added container runtime version check to preflight
...
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com >
Signed-off-by: carlory <baofa.fan@daocloud.io >
2025-10-31 09:51:01 +08:00