Kubernetes Prow Robot
3660a34d21
Merge pull request #122957 from richabanker/uvip-bugfix
...
MVP cleanup #2
2024-10-03 01:42:26 +01:00
Kirtana Ashok
a7941106ec
Fix retracted go-cose that hcsshim brings in
...
Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
2024-10-02 17:36:24 -07:00
Kubernetes Prow Robot
380c00d58f
Merge pull request #127805 from venkatsc/fix_e2e_127804
...
Fix pre-provisioned snapshots e2e test
2024-10-02 23:46:26 +01:00
Ben Luddy
707ee63456
Test concrete type changes in unstructured float64 JSON roundtrips.
...
During JSON roundtrips of unstructured objects, float64 values with no fractional component will in
certain cases roundtrip to int64. This is potentially surprising existing behavior. Adding dedicated
test coverage for this will help codify the behavior and mitigate future regression risk.
2024-10-02 16:38:54 -04:00
Kubernetes Prow Robot
fccbbf324d
Merge pull request #124711 from deads2k/vap-per-node
...
demonstrate VAP restricting action per-node
2024-10-02 21:15:49 +01:00
Richa Banker
9c65b79ea3
refactor peerproxy_handler and add unit test
2024-10-02 12:15:50 -07:00
David Eads
38fd067e92
demonstrate VAP restricting action per-node
2024-10-02 15:09:24 -04:00
Kubernetes Prow Robot
005f184ab6
Merge pull request #127815 from Jefftree/patch-4
...
Add aaron-prindle and jefftree to featuregates_linter directory
2024-10-02 19:31:49 +01:00
David Eads
55ba8b2cbb
add --subresource to kubectl apply
2024-10-02 13:28:29 -04:00
Jeffrey Ying
7f868946f4
Add aaron-prindle and jefftree to featuregates_linter directory
2024-10-02 17:25:59 +00:00
Cici Huang
80c0c2c32e
Update cel-go to v0.21.0
2024-10-02 17:15:58 +00:00
Kubernetes Prow Robot
3a0f6c1ea3
Merge pull request #127789 from googs1025/dra/controller/workqueue
...
feature(dra): use mock workqueue for controller unit test
2024-10-02 18:15:49 +01:00
Kubernetes Prow Robot
a35bca903e
Merge pull request #127811 from aojea/revert-126889-kube-proxy-refactor-healthz-metrics-address
...
Revert "kube-proxy: internal config: refactor HealthzAddress and MetricsAddress "
2024-10-02 17:09:56 +01:00
Kubernetes Prow Robot
37004f89b0
Merge pull request #127611 from haitch/haitao/k132-on-go123p1
...
bump golang to 1.23.1
2024-10-02 17:09:49 +01:00
Patrick Ohly
42e12c3673
apidiff: support trial builds of other projects
...
The intent is to check the real-world impact of an API change by
compiling controller-runtime with staging repos replaced by the
modified ones.
Such build checks must be requested explicitly with the new -b flag.
2024-10-02 16:54:49 +02:00
Kubernetes Prow Robot
af879aebb1
Merge pull request #127779 from soltysh/update_test_command
...
Print tested command only once
2024-10-02 15:07:50 +01:00
YamasouA
6dbaa5660e
fix test
2024-10-02 22:50:39 +09:00
googs1025
484443ffab
chore(dra): refector controller to adapt the mock workqueue in unit test
2024-10-02 21:48:47 +08:00
Patrick Ohly
1c67ed08f2
feature(dra): add mock workqueue for controller unit test
2024-10-02 21:43:02 +08:00
Antonio Ojea
7c4c7b14b2
Revert "kube-proxy: internal config: refactor HealthzAddress and MetricsAddress "
2024-10-02 15:08:35 +02:00
Venkata Subbarao Chunduri
0cd878dba0
Fix pre-provisioned snapshots e2e test
...
VolumeSnapshotContents object created for the pre-provisioned
snapshots does not include VolumeSnapshotClass. Therefore
secrets required by backing CSI driver cannot be provided
via external snapshot controller. The missing secrets causes
failure in the backing CSI driver.
2024-10-02 12:49:20 +02:00
Maciej Skoczeń
2a08ce5c68
Add scheduler_perf test case for AssignedPodDelete event handling
2024-10-02 09:16:28 +00:00
Kubernetes Prow Robot
b42772c3b1
Merge pull request #127798 from sanposhiho/storage-cleanup
...
cleanup: use a general buildEvtResHandler for StorageClass
2024-10-02 10:07:49 +01:00
Kensei Nakada
d254080217
cleanup: use a general buildEvtResHandler for StorageClass
2024-10-02 17:04:50 +09:00
Daniel Vega-Myhre
9dc27e93fb
fix bug in Makefile
2024-10-01 21:14:05 -07:00
Kubernetes Prow Robot
c5f2fc05ad
Merge pull request #127099 from jpbetz/object-selectors-ga
...
Add filtered informers tests for CRD field selectors
2024-10-02 01:39:49 +01:00
Kubernetes Prow Robot
e2c17c09a4
Merge pull request #125070 from torredil/kublet-vm-race
...
Ensure volumes are unmounted during graceful node shutdown
2024-10-02 00:33:48 +01:00
moriya
3e57d5cf67
fix
2024-10-02 06:54:32 +09:00
Kubernetes Prow Robot
bb97163ff7
Merge pull request #127787 from Jefftree/remove-ga-feature-componentslis
...
Remove GA feature gate ComponentSLIs
2024-10-01 22:06:18 +01:00
Kubernetes Prow Robot
ae617c3d20
Merge pull request #127781 from macsko/use_barrier_not_sleep_where_possible_in_scheduler_perf_test_cases
...
Use barrier instead of sleep when possible in scheduler_perf test cases
2024-10-01 22:06:10 +01:00
Kubernetes Prow Robot
8539497010
Merge pull request #127780 from danwinship/deleted-udp-endpoints-fix
...
Fix deleted UDP endpoint detection
2024-10-01 22:06:02 +01:00
Kubernetes Prow Robot
8375416597
Merge pull request #127771 from macsko/allow_to_fiter_pods_using_labels_on_barrier_in_scheduler_perf
...
Allow to filter pods using labels on barrier in scheduler_perf
2024-10-01 22:05:55 +01:00
Kubernetes Prow Robot
1209a7777f
Merge pull request #127764 from Jefftree/responsewriter-refactor
...
Move InMemoryResponseWriter into own package
2024-10-01 22:05:49 +01:00
Kubernetes Prow Robot
cf870bb7fc
Merge pull request #127718 from richabanker/mvp-cleanup
...
MVP cleanup
2024-10-01 20:57:49 +01:00
Stephen Heywood
28f17c6e93
Create e2e test for ServiceAccount endpoint
...
e2e test validates the following endpoint
- createCoreV1NamespacedServiceAccountToken
2024-10-02 08:31:15 +13:00
Kubernetes Prow Robot
523a2b6da8
Merge pull request #127673 from jpbetz/crd-field-selector-ga
...
KEP-4358: Promote Custom Resource Field Selectors to GA
2024-10-01 19:49:48 +01:00
Joe Betz
de8a8e15cb
Fix testing.StartTestServer to respect emulation version
2024-10-01 11:58:49 -04:00
Joe Betz
0700c202d0
update feature gate list
2024-10-01 11:58:49 -04:00
Joe Betz
cedae122cc
Promote CustomResourceFieldSelectors to GA
2024-10-01 11:58:41 -04:00
Jefftree
f1af84620b
Remove GA feature gate ComponentSLIs
2024-10-01 15:55:18 +00:00
Jefftree
f998b34c36
Add option to configure leader elect in local up cluster
2024-10-01 15:39:18 +00:00
Olga Shestopalova
0746672679
fix plugin probe init race causing erroneous volume unmounts
...
Signed-off-by: Olga Shestopalova <oshestopalova1@gmail.com>
2024-10-01 11:03:12 -04:00
Kubernetes Prow Robot
dc481fef90
Merge pull request #123981 from lzhecheng/update-traffic-distribution-test
...
[e2e] Update traffic distribution test
2024-10-01 15:53:49 +01:00
Maciej Skoczeń
bae0eb91d4
Use barrier instead of sleep when possible in scheduler_perf test cases
2024-10-01 13:53:04 +00:00
Kubernetes Prow Robot
a95db41434
Merge pull request #127523 from googs1025/scheduler/dra/queuehint
...
chore(scheduler dra): improve dra queue hint unit test
2024-10-01 14:45:56 +01:00
Kubernetes Prow Robot
98657377dc
Merge pull request #126889 from aroradaman/kube-proxy-refactor-healthz-metrics-address
...
kube-proxy: internal config: refactor HealthzAddress and MetricsAddress
2024-10-01 14:45:49 +01:00
Maciej Szulik
cabf04828e
Print tested command only once
2024-10-01 15:28:55 +02:00
Lukasz Szaszkiewicz
fbf1a0dc18
apiserver/handlers/watch: encode initialEventsListBlueprint with watchEncoder ( #127587 )
...
* apiserver/handlers/get: construct versionedList
* storage/cacher: document caching the serialization of bookmark events
* endpoints/handlers/response: add watchListTransformer
* endpoints/handlers/watch: wire watchListTransformer
2024-10-01 10:27:49 +01:00
googs1025
24a28766d4
chore(scheduler dra): improve dra queue hint unit test
2024-10-01 17:22:15 +08:00
Maciej Skoczeń
5e2552c2b0
Allow to filter pods using labels on barrier in scheduler_perf
2024-10-01 08:48:37 +00:00