Kubernetes Prow Robot
|
26e2cc5299
|
Merge pull request #119923 from cvvz/fix-119921
fix: Mount point may become local without calling `NodePublishVolume` after node rebooting
|
2023-12-13 21:25:51 +01:00 |
|
Kubernetes Prow Robot
|
3c1356bc9b
|
Merge pull request #119764 from linxiulei/reservedTypo
Fix error message for invalid resource reservation
|
2023-12-13 21:25:42 +01:00 |
|
Kubernetes Prow Robot
|
74afd1a06f
|
Merge pull request #119539 from HirazawaUi/remove-not-register-event-code
remove unregistered event code
|
2023-12-13 21:25:33 +01:00 |
|
Kubernetes Prow Robot
|
510b49a406
|
Merge pull request #118431 from testwill/plugin_slice
chore: loop optimization
|
2023-12-13 21:25:24 +01:00 |
|
Kubernetes Prow Robot
|
c5473f1710
|
Merge pull request #117667 from carlory/fix-009
Remove ability to re-enable serving deprecated storage APIs
|
2023-12-13 21:25:15 +01:00 |
|
Kubernetes Prow Robot
|
db82260c65
|
Merge pull request #117046 from howardjohn/client/add-indexer-after-start
client-go: allow adding indexes after informer starts
|
2023-12-13 21:25:06 +01:00 |
|
Kubernetes Prow Robot
|
d2fc690421
|
Merge pull request #116209 from haoruan/feature-csidriver-fields-mutable
Allow FSGroupPolicy and PodInfoOnMount to be mutable in CSIDriver.Spec
|
2023-12-13 21:24:57 +01:00 |
|
Kubernetes Prow Robot
|
c02f5bc0f8
|
Merge pull request #115768 from AxeZhan/volumebinding
feature(volumebinding): Implement PreScore for VolumeBinding plugin to skip score
|
2023-12-13 21:24:43 +01:00 |
|
Kubernetes Prow Robot
|
87ab4d9741
|
Merge pull request #122299 from xmudrii/pub-bot-1.20.12
Update publishing-bot rules to Go 1.20.12
|
2023-12-13 19:58:06 +01:00 |
|
Peter Schuurman
|
16aad468b6
|
Replace test.name with test.namespace
|
2023-12-13 10:28:26 -08:00 |
|
Peter Schuurman
|
a3a4192eb9
|
Move expensive test setup (apiserver and running controller) to be run once in TestAutodeleteOwnerRefs parameterized tests
|
2023-12-13 10:28:24 -08:00 |
|
Marko Mudrinić
|
8f5efce8e0
|
Update publishing-bot rules to Go 1.20.12
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
|
2023-12-13 18:00:34 +01:00 |
|
Kubernetes Release Robot
|
221897d751
|
CHANGELOG: Update directory for v1.29.0 release
|
2023-12-13 09:09:47 +00:00 |
|
Kubernetes Prow Robot
|
f2e85bc364
|
Merge pull request #122289 from sanposhiho/ff-disable
fix: disable SchedulerQueueingHints feature flag by default
|
2023-12-13 06:19:48 +01:00 |
|
Kensei Nakada
|
3b8f25dfdd
|
fix: disable SchedulerQueueingHints feature flag by default
|
2023-12-13 04:16:43 +00:00 |
|
Cici Huang
|
44898f7909
|
Address comment
|
2023-12-07 22:39:45 +00:00 |
|
Kubernetes Release Robot
|
0c645922ed
|
CHANGELOG: Update directory for v1.29.0-rc.2 release
|
2023-12-07 12:00:56 +00:00 |
|
Kubernetes Prow Robot
|
89dfbebe2e
|
Merge pull request #122206 from xmudrii/update-distroless-1.21.5
Bump distroless-iptables to v0.4.2
|
2023-12-06 20:30:09 +01:00 |
|
Marko Mudrinić
|
0ca3089bee
|
Bump distroless-iptables to v0.4.2
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
|
2023-12-06 19:19:46 +01:00 |
|
Cici Huang
|
048cb8b2ed
|
Keep presence cost to 0 to ensure backward compatibility.
|
2023-12-06 17:26:19 +00:00 |
|
Kubernetes Prow Robot
|
9e028b40b9
|
Merge pull request #122201 from xmudrii/go1.21.5-1.20.12
[go] Bump images, dependencies and versions to go 1.21.5
|
2023-12-06 15:37:07 +01:00 |
|
olderTaoist
|
78b4ab11d5
|
also report scheduling_algorithm_duration_seconds metric when the pods is unschedulable
|
2023-12-06 19:17:03 +08:00 |
|
Marko Mudrinić
|
1c1347a3e7
|
[go] Bump images, dependencies and versions to go 1.21.5
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
|
2023-12-06 10:36:35 +01:00 |
|
AxeZhan
|
210ed2ebbd
|
add preScore for volumeBinding
|
2023-12-06 15:35:35 +08:00 |
|
Kubernetes Prow Robot
|
7fe31be11f
|
Merge pull request #122188 from kannon92/terminating-pod-beta
add beta comment for terminating pods and pod replacement policy
|
2023-12-06 01:54:58 +01:00 |
|
Kevin Hannon
|
4e5321c92e
|
add beta comment for pod replacement policy
|
2023-12-05 13:17:24 -05:00 |
|
Kubernetes Prow Robot
|
55f2bc1043
|
Merge pull request #122129 from liggitt/root-conformance
Remove conformance test calls to `/`
|
2023-11-30 22:16:33 +01:00 |
|
Jordan Liggitt
|
233949e05d
|
Add an integration test to verify root path cleanup
|
2023-11-30 14:57:21 -05:00 |
|
Jordan Liggitt
|
c769c2db6e
|
Revert conformance test addition of root paths
|
2023-11-30 14:01:24 -05:00 |
|
ahutsunshine
|
d8bd150784
|
support pod namespace indexer
fix comments
optimize code
small optimization for the namespace scope check
|
2023-11-30 18:39:09 +08:00 |
|
Kubernetes Prow Robot
|
22cb31467d
|
Merge pull request #122095 from ruiwen-zhao/fix-test
Remove scrape_error from resource_metrics_test due to deprecation
|
2023-11-29 20:23:29 +01:00 |
|
Kubernetes Prow Robot
|
a8f6ea2420
|
Merge pull request #121927 from alexanderConstantinescu/fix-flaky-TestSlowNodeSync
`TestSlowNodeSync`: attempt fixing flake by allowing informer cache to get populated
|
2023-11-29 05:23:20 +01:00 |
|
ruiwen-zhao
|
ec9387da08
|
Remove scrape_error from resource_metrics_test due to deprecation
Signed-off-by: ruiwen-zhao <ruiwen@google.com>
|
2023-11-28 18:49:04 +00:00 |
|
Kubernetes Release Robot
|
022d50fe3a
|
CHANGELOG: Update directory for v1.29.0-rc.1 release
|
2023-11-28 10:38:58 +00:00 |
|
Tim Hockin
|
eddf65849d
|
Fix list_type_missing in k8s.io/apiserver
|
2023-11-27 12:24:10 -08:00 |
|
Tim Hockin
|
18f3941c24
|
Fix list_type_missing in k8s.io/metrics
|
2023-11-27 12:06:33 -08:00 |
|
Tim Hockin
|
58fb9f6e66
|
Fix list_type_missing in api/storage
|
2023-11-27 12:06:32 -08:00 |
|
Tim Hockin
|
e96578fb4d
|
Fix list_type_missing in api/rbac
|
2023-11-27 12:06:31 -08:00 |
|
Tim Hockin
|
b2458e456a
|
Fix list_type_missing in api/networking
|
2023-11-27 12:06:30 -08:00 |
|
Tim Hockin
|
7fc3ef1fec
|
Fix list_type_missing in api/imagepolicy
|
2023-11-27 12:06:29 -08:00 |
|
Tim Hockin
|
cddfa43769
|
Fix list_type_missing in api/extensions
|
2023-11-27 12:06:29 -08:00 |
|
Tim Hockin
|
cfe146615a
|
Fix list_type_missing in api/core
|
2023-11-27 12:06:28 -08:00 |
|
Tim Hockin
|
fe902f7384
|
Fix list_type_missing in api/autoscaling
|
2023-11-27 12:06:27 -08:00 |
|
Tim Hockin
|
ad39737397
|
Fix list_type_missing in api/authorization
|
2023-11-27 12:06:26 -08:00 |
|
Tim Hockin
|
b24cffb174
|
Fix list_type_missing in api/authentication
|
2023-11-27 12:06:25 -08:00 |
|
Tim Hockin
|
a3ea994fa2
|
Fix list_type_missing in api/apps
|
2023-11-27 12:06:24 -08:00 |
|
Tim Hockin
|
460df86f2a
|
Fix list_type_missing in api/admissionregistration
|
2023-11-27 12:06:23 -08:00 |
|
Tim Hockin
|
b8982be268
|
Fix list_type_missing in sample-apiserver
|
2023-11-27 12:06:22 -08:00 |
|
Tim Hockin
|
e9bd9262dc
|
Fix list_type_missing in apiextensions-apiserver
|
2023-11-27 12:06:21 -08:00 |
|
Tim Hockin
|
dd80194d96
|
Re-run codegen with new kube-openapi
|
2023-11-27 12:06:20 -08:00 |
|