Kubernetes Prow Robot
c4881eae3b
Merge pull request #136100 from soltysh/remove_dead_api
...
Remove dead api
2026-01-08 18:39:47 +05:30
Kubernetes Prow Robot
c9994c5f82
Merge pull request #135234 from atiratree/renameScaleReplicaSetAndRecordEvent
...
rename scaleReplicaSetAndRecordEvent to scaleReplicaSetWithLazyAnnotationUpdate
2026-01-08 18:39:40 +05:30
Kubernetes Prow Robot
7e8e8a71be
Merge pull request #135986 from scaliby/simplify-describe-lookups
...
Refactor describe to inline client calls
2026-01-08 17:19:53 +05:30
Kubernetes Prow Robot
3fb97a0c8b
Merge pull request #135888 from scaliby/deduplicate-client-creation
...
Deduplicate client creation in describe tests
2026-01-08 17:19:46 +05:30
Kubernetes Prow Robot
5fbb132d69
Merge pull request #135625 from atiratree/quotamonitor-race
...
mark QuotaMonitor as not running and invalidate monitors list
2026-01-08 17:19:38 +05:30
Maciej Szulik
cfe5cb2e03
Drop describers for batch/v1beta1 CronJob and extensions/v1beta1 Ingress resources
...
Signed-off-by: Maciej Szulik <soltysh@gmail.com >
2026-01-08 11:54:54 +01:00
Maciej Szulik
699197d7da
Use latest API for column definitions in printers
...
Signed-off-by: Maciej Szulik <soltysh@gmail.com >
2026-01-08 11:54:28 +01:00
Kubernetes Prow Robot
97bd924010
Merge pull request #134162 from zeqian-meng/update-npb-ep-image
...
Upgrade Debian and NPB for npb-ep e2e test
2026-01-08 13:21:38 +05:30
Kubernetes Prow Robot
ca1f339c3e
Merge pull request #136060 from tallclair/config-mux
...
Clean up Pod config sources: remove dead code
2026-01-08 07:05:39 +05:30
Tim Allclair
99f08f0091
Remove unused SET config update type.
2026-01-07 16:46:01 -08:00
Tim Allclair
fca9563853
Remove unused config.Sync function.
2026-01-07 16:46:01 -08:00
Kubernetes Prow Robot
8e4ba87939
Merge pull request #135689 from KasimVali2207/add-probe-stress-tests
...
Add stress tests for gRPC, HTTP, and TCP liveness probesAdd probe stress tests
2026-01-08 04:57:45 +05:30
Kubernetes Prow Robot
3619b0c8aa
Merge pull request #135189 from haircommander/proc-e2e-node
...
e2e_node: update proc mount test to correctly handle baseline PSA
2026-01-08 04:57:37 +05:30
Kubernetes Prow Robot
7e7267a6df
Merge pull request #136046 from Tanner-Gladson/issue-136027-error-verbosity
...
fix(controller/storageversionmigrator) Reduce log level
2026-01-08 04:03:50 +05:30
Kubernetes Prow Robot
8ab1bc1633
Merge pull request #135725 from bart0sh/PR211-add-extended-resources-test-cases
...
Fix extended resource handling for DRA-backed resources on pod admission
2026-01-08 04:03:42 +05:30
Kubernetes Prow Robot
817f68f75f
Merge pull request #135377 from harche/dra_flake_test
...
Fix race condition in DRA health e2e test pod status update
2026-01-08 03:01:46 +05:30
Kubernetes Prow Robot
df9a0bda18
Merge pull request #133797 from tico88612/cleanup/new-fake-with-options
...
Replace apimachinery/pkg/watch.NewFake with NewFakeWithOptions in pkg/controller
2026-01-08 03:01:38 +05:30
Peter Hunt
da695e7b78
e2e_node: update proc mount test to correctly handle baseline PSA
...
Signed-off-by: Peter Hunt <pehunt@redhat.com >
2026-01-07 15:59:26 -05:00
Kubernetes Prow Robot
0988d3fd05
Merge pull request #136034 from lalitc375/dv-hpa-min-max
...
Add ignoreConversionErrors option to validation testing
2026-01-08 01:03:51 +05:30
Kubernetes Prow Robot
210c838eaf
Merge pull request #135997 from ngopalak-redhat/ngopalak/fix_imagegc
...
Add negative validation for imageMinimumGCAge
2026-01-08 01:03:43 +05:30
Kubernetes Prow Robot
5aae66e736
Merge pull request #136073 from liggitt/fix-timeout-flake
...
Fix context timeout test flake
2026-01-07 22:33:48 +05:30
Kubernetes Prow Robot
2eb312a14f
Merge pull request #136066 from serathius/watchcache-cleanup-watch-without-rv
...
Cleanup WatchFromStorageWithoutResourceVersion feature gate
2026-01-07 22:33:41 +05:30
Kubernetes Prow Robot
0f4705e12e
Merge pull request #136068 from aojea/leader_race_time
...
fix leader election data race reading observedtime
2026-01-07 21:29:47 +05:30
Kubernetes Prow Robot
5750f54036
Merge pull request #136067 from dims/update-sig-architecture-email
...
chore: update sig-architecture mailing list email
2026-01-07 21:29:40 +05:30
Jordan Liggitt
5bba728bb8
Fix context timeout test flake
2026-01-07 09:47:47 -05:00
Kubernetes Prow Robot
18663b347e
Merge pull request #135983 from Goend/master
...
Fix the issue of slow creation of ResourceClaim in specific scenarios
2026-01-07 20:05:46 +05:30
Kubernetes Prow Robot
4e69edd0ee
Merge pull request #135392 from brejman/issue-134393-nominated-nodes
...
Fix queue hint for plugins on change to pods with nominated nodes
2026-01-07 20:05:38 +05:30
Antonio Ojea
d5ac0e408a
leaderelection RWlock
...
We need to lock on observedTime reads to avoid races, before we were
only locking to read the observed record.
Use a RW lock since there are much more reads that writes.
2026-01-07 14:19:32 +00:00
Kubernetes Prow Robot
fe36b79c2a
Merge pull request #135959 from pohly/client-go-testing-list-and-watch-race
...
client-go testing: support List+Watch with ResourceVersion
2026-01-07 19:01:45 +05:30
Kubernetes Prow Robot
08ad958d0d
Merge pull request #135774 from pohly/e2e-framework-ginkgo-wrappers
...
E2E framework: make usage of Ginkgo wrappers optional
2026-01-07 19:01:38 +05:30
Davanum Srinivas
bebefd8382
chore: update sig-architecture mailing list email
...
Update the mailing list for SIG Architecture to the new kubernetes.io Google Group:
- New: https://groups.google.com/a/kubernetes.io/g/sig-architecture/
- Old archive still available: https://groups.google.com/g/kubernetes-sig-architecture/
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2026-01-07 09:19:09 -04:00
Marek Siarkowicz
fd2083450a
Cleanup WatchFromStorageWithoutResourceVersion feature gate
2026-01-07 13:57:11 +01:00
Kubernetes Prow Robot
21f7c3ff68
Merge pull request #135777 from serathius/init-hook-default
...
Enable WatchCacheInitializationPostStartHook by default
2026-01-07 17:31:46 +05:30
Kubernetes Prow Robot
ed17ca808f
Merge pull request #132145 from inkel/inkel/client-go/improve-bearerauthrt-roundtrip-perf
...
fix(client): Concatenate string instead of using `fmt.Sprintf`
2026-01-07 17:31:38 +05:30
Patrick Ohly
e4ab523161
E2E framework: make usage of Ginkgo wrappers optional
...
Previously it was necessary to use the Ginkgo wrappers when
using any of the custom arguments like WithSlow(). Now the
hook within Ginkgo for modifying arguments is used such that
e.g. the original ginkgo.It also works.
2026-01-07 12:05:43 +01:00
Patrick Ohly
47d02070ba
E2E: remove unnecessary trailing spaces in test names
...
The spaces are unnecessary because Ginkgo adds spaces automatically.
This was detected before only for tests using the wrapper functions,
now it also gets detected for ginkgo methods.
2026-01-07 12:05:43 +01:00
Kubernetes Prow Robot
37f7634ee3
Merge pull request #135961 from serathius/watchcache-testing-dummy
...
Move dummy testing to subpackage
2026-01-07 16:29:39 +05:30
Marek Siarkowicz
f42b1db39a
Move dummy testing to subpackage
...
Change-Id: I52863cf256fc52b863c182932eb9520f3626adc3
2026-01-07 11:10:42 +01:00
Tanner
bb8b4b0d80
Correct the usage of vlog's .Error() or .V().Info() methods
2026-01-06 20:31:04 -05:00
Neeraj Krishna Gopalakrishna
92129d36bf
Add negative validation for imageMinimumGCAge
2026-01-07 06:56:14 +05:30
Kubernetes Prow Robot
6af6361e3b
Merge pull request #134798 from aditigupta96/fix-runwithcontext-apimachinery
...
apimachinery: Use informer.RunWithContext in various components
2026-01-07 05:45:37 +05:30
Tim Allclair
414f4e2770
Remove unused Snapshot config source modes.
2026-01-06 15:00:19 -08:00
Tim Allclair
fa1dfe4181
Clean up config source update merging: remove code handling unused
...
update types.
2026-01-06 14:59:48 -08:00
Kubernetes Prow Robot
2df19bd236
Merge pull request #136058 from yongruilin/vg-master_skip-list
...
feat(validation-gen): skip generating for List objects
2026-01-07 02:59:38 +05:30
yongruilin
016e821718
run codegen
2026-01-06 20:18:06 +00:00
yongruilin
2a4951be27
feat: skip validation for types that are Lists in GetTargets function
2026-01-06 20:17:02 +00:00
Kubernetes Prow Robot
ca3d030261
Merge pull request #134177 from n2h9/126379-replace-HandleCrash-with-HandleCrashWithContext-in-apiserver-00
...
[apiserver] [126379]: replace call to HandleCrash with call to HandleCrashWithContext in apiserver
2026-01-07 01:13:37 +05:30
Lalit Chauhan
4e6aafb9b3
Address feedbacks
2026-01-06 18:38:35 +00:00
Matteo Fari
a1d638ea11
Enable nomaps rule for Kube API Linter ( #134852 )
...
* tested how many errors
* added exceptions
* added scoped exceptions per API group
* added struct.field specification
* improved regex match and included core and resources with the new struct.field format
* condensed exceptions using regex as requested
* fixed the scope kal nomaps exceptions to match existing fields
2026-01-06 23:59:39 +05:30
Lalit Chauhan
e83723ce2c
Add ignoreConversionErrors option to validation testing
...
This commit adds an 'IgnoreObjectConversionErrors' option to the
validation testing framework in 'k8s.io/apimachinery' and exposes it
via 'pkg/api/testing'.
This is useful for fuzzing tests where we might want to skip object
versions that cannot be converted from the internal version (e.g. due to
missing fields or incompatible types in older versions) but still want
to test validation for the versions that *can* be converted.
The 'autoscaling' group versions are added to 'TestVersionedValidationByFuzzing'
with this option enabled.
2026-01-06 18:23:26 +00:00