Stanislav Láznička
0cd2976cab
integration: ctb: apiserversigner test to use certbeta api
2025-03-11 18:07:27 +01:00
Stanislav Láznička
e0f536bf1f
use the ClusterTrustBundles beta API
2025-03-11 18:07:24 +01:00
Kubernetes Prow Robot
4c311c9fcf
Merge pull request #130475 from serathius/watchcache-consistency
...
Implement consistency checking
2025-03-11 05:09:46 -07:00
Marek Siarkowicz
e4d73c56cd
Implement consistency checking
2025-03-11 10:17:23 +01:00
Kubernetes Prow Robot
8f97ac7fcf
Merge pull request #130530 from pacoxu/v1.33-fg-cleanup
...
v1.33 feature gate cleanup
2025-03-10 23:03:46 -07:00
Paco Xu
8195f82fe8
remove AggregatedDiscoveryEndpoint that was GAed in v1.30
2025-03-11 10:51:43 +08:00
Kubernetes Prow Robot
4806519423
Merge pull request #130622 from pohly/DRAPrioritizedList
...
DRA: Prioritized Alternatives in Device Requests, II
2025-03-10 06:51:51 -07:00
Patrick Ohly
89440b1239
DRA: integration tests for prioritized list
...
This adds dedicated integration tests for the feature to the general
test/integration/dra for the API and some minimal testing with the scheduler.
It also adds non-performance test cases for scheduler_perf because that is a
better place for running through the complete flow (for example, can reuse
infrastructure for setting up nodes).
2025-03-10 11:38:06 +01:00
Tim Hockin
e54719bb66
Use randfill, do API renames
2025-03-08 15:18:00 -08:00
Kubernetes Prow Robot
6216201e16
Merge pull request #130485 from aramase/aramase/f/using_sar_for_node_aud_restriction
...
Enable dynamic configuration of service account names and audiences for token requests in node audience restriction
2025-03-07 15:35:45 -08:00
Anish Ramasekar
3f5d30543d
Add integration tests for using SAR with node audience restriction
...
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com >
2025-03-07 16:25:18 -06:00
Kubernetes Prow Robot
43560c620a
Merge pull request #130522 from googs1025/feature/integration_filter_TaintToleration
...
chore(scheduler): add filter integration tests for missing part plugins: TaintToleration plugin
2025-03-07 04:15:45 -08:00
Kubernetes Prow Robot
672f57e2a4
Merge pull request #129909 from YamasouA/refactor/scheduler_perf
...
Refactor scheduler_perf runWorkload
2025-03-06 21:01:52 -08:00
Kubernetes Prow Robot
9d45ea8b9d
Merge pull request #128586 from mortent/DRAPrioritizedList
...
Prioritized Alternatives in Device Requests
2025-03-06 21:01:44 -08:00
googs1025
032b05114c
chore(scheduler): add filter integration tests for missing part plugins: TaintToleration plugin
2025-03-07 09:33:49 +08:00
Kubernetes Prow Robot
0f7becbc44
Merge pull request #130537 from saintube/scheduler-expose-nodeinfo-in-score
...
Expose NodeInfo to the ScorePlugin
2025-03-06 06:53:55 -08:00
Kubernetes Prow Robot
0a58016f21
Merge pull request #129971 from googs1025/feature/integration_filter_nodeports
...
chore(scheduler): add filter integration tests for missing part plugins: NodePorts plugin
2025-03-05 19:49:51 -08:00
Kubernetes Prow Robot
ea35e5e8b0
Merge pull request #129535 from googs1025/csi_volumelimit_plugin_requeue
...
feature(scheduler): add more requeue case for CSI NodeVolumeLimits plugin when the VolumeAttachment is deleted
2025-03-05 19:49:44 -08:00
YamasouA
4001c819f0
fix
2025-03-05 21:54:54 +09:00
YamasouA
32fd0de21c
tweak
2025-03-05 12:59:17 +09:00
YamasouA
8e4b00e949
use Cleanup instead of defer
2025-03-05 09:24:47 +09:00
YamasouA
41577dea1b
delete opIndex wrapping
2025-03-04 23:57:02 +09:00
saintube
afb4e96510
Expose NodeInfo to Score plugins
...
Co-authored-by: shenxin <rougang.hrg@alibaba-inc.com >
Signed-off-by: saintube <saintube@foxmail.com >
2025-03-04 17:57:14 +08:00
googs1025
94471a5c5c
feature(scheduler): add more requeue case for CSI plugin when the VolumeAttachment is deleted
2025-03-04 11:30:04 +08:00
Henry Wu
ca9734afaa
Add third party strategy to the coordinate leader election integration test
2025-03-03 14:00:16 -08:00
Kubernetes Prow Robot
b363f196c5
Merge pull request #130493 from shajmakh/replace-dep-pointer
...
test: sched: replace `pointer` use with `ptr`
2025-03-03 03:51:15 -08:00
Jefftree
1a1b566d61
Revert "LeaseCandidate alpha -> beta,"
...
This reverts commit ac7a95efb0 .
2025-03-01 14:14:19 +00:00
YamasouA
2c062117d0
fix lint
2025-03-01 12:32:07 +09:00
YamasouA
2bed3333bc
fix lint error
2025-03-01 12:07:40 +09:00
YamasouA
75b09b4054
separete runOp
2025-03-01 11:24:23 +09:00
Kubernetes Prow Robot
d04883c90c
Merge pull request #130061 from mimowo/make-backoffperindex-stable
...
Graduate Backoff Limit Per Index as stable
2025-02-28 13:37:02 -08:00
Morten Torkildsen
36d8a44b9c
DRA: Update controller for Prioritized Alternatives in Device Requests
2025-02-28 19:32:59 +00:00
Morten Torkildsen
2229a78dfe
DRA: Update allocator for Prioritized Alternatives in Device Requests
2025-02-28 19:30:10 +00:00
Kubernetes Prow Robot
ef1c659569
Merge pull request #130291 from Jefftree/cle-beta
...
LeaseCandidate v1beta1 API
2025-02-28 08:26:56 -08:00
Shereen Haj
8a1057a804
test: sched: replace pointer use with ptr
...
As `pointer` functions are deprecated, replace those functions calls
with `ptr.To`.
Fixes: https://github.com/kubernetes/kubernetes/issues/130408
Signed-off-by: Shereen Haj <shajmakh@redhat.com >
2025-02-28 17:24:19 +02:00
YamasouA
486d12efc5
call cleanup func position change
2025-03-01 00:14:49 +09:00
YamasouA
bee19638f1
tweak
2025-02-28 22:45:01 +09:00
Kubernetes Prow Robot
a0be82d80d
Merge pull request #128987 from Henrywu573/kubescheduler_statuz
...
Add statusz endpoint for kube-scheduler
2025-02-27 18:50:29 -08:00
Jefftree
ac7a95efb0
LeaseCandidate alpha -> beta,
2025-02-27 17:50:36 +00:00
YamasouA
038b90d475
return error instead of fatalf
2025-02-28 00:08:07 +09:00
Kubernetes Prow Robot
a18b4a8d97
Merge pull request #129158 from LionelJouin/fix-128831
...
Fix ResourceClaim status API inconsistency
2025-02-26 20:32:30 -08:00
Michal Wozniak
a91ed902fe
Graduate Backoff Limit Per Index as stable
...
Reenable the JobBackoffLimitPerIndex_Reenabling integration test
2025-02-26 17:06:37 +01:00
YamasouA
f214d8e27a
delete unnecessary init
2025-02-27 00:10:24 +09:00
YamasouA
45b323d6a5
use Cleanup func
2025-02-26 23:45:42 +09:00
googs1025
e8b9d1d93f
feature: Added filter integration tests for missing part plugins: NodePorts plugin
2025-02-26 22:41:54 +08:00
Kubernetes Prow Robot
e1fc73d251
Merge pull request #130325 from pohly/test-integration-apiserver-defaults
...
test/integration: use default API groups in test apiserver
2025-02-25 11:08:30 -08:00
Kubernetes Prow Robot
566f939b19
Merge pull request #129366 from zhifei92/statusz-integration-test
...
test: Add integration test for apiserver statusz endpoint
2025-02-24 23:34:29 -08:00
Kubernetes Prow Robot
06d81cfc7a
Merge pull request #130359 from my-git9/assertion1
...
fix wrong assertion on tests
2025-02-24 05:18:34 -08:00
Kubernetes Prow Robot
6511ba7e93
Merge pull request #130319 from pohly/dra-test-integration
...
DRA: add dedicated integration tests
2025-02-24 05:18:27 -08:00
Patrick Ohly
56bd8d86a5
test/integration: use default API groups in test apiserver
...
The goal is to make the test apiserver behave as much as kube-apiserver as
possible. This ensures that tests are as realistic as possible out-of-the-box.
If a test needs a special setup, then that should be visible in the test
because it passes additional flags or options.
One historic deviation from that goal was enabling all API groups. That
change (from 7185624688 ) gets reverted and tests
which happened to rely on this get updated.
2025-02-24 10:20:06 +01:00