Commit Graph

128784 Commits

Author SHA1 Message Date
Benjamin Elder
a3009258da fix dockerfile warning 2025-03-05 15:29:36 -08:00
Benjamin Elder
4d7f6eadf1 kms-e2e: use setup_env / respect GOTOOLCHAIN 2025-03-05 15:28:40 -08:00
Kubernetes Prow Robot
cd451c6a36
Merge pull request #130282 from natasha41575/podresizevalidation
Clean up preparation for pod subresource updates
2025-03-05 14:41:45 -08:00
yongruilin
97db9a7843 feat: Add flagz endpoint for kube-controller-manager 2025-03-05 22:35:03 +00:00
Jefftree
e2505b0d27 Update OpenAPI 2025-03-05 21:31:40 +00:00
Jefftree
c597cc1f30 Allow OpenAPI verification to pass both with and without strict alpha
handling
2025-03-05 21:31:40 +00:00
Kubernetes Prow Robot
8873c7e875
Merge pull request #130564 from danwinship/label-endpoints
Add "endpoints.kubernetes.io/managed-by" label to Endpoints
2025-03-05 13:29:45 -08:00
Tim Hockin
0a9f492eed
Fix up ErrorMatcher from feedback
a) Rename the type and drop the constructor
b) Make MatchErrors() into a Test() method

For followup:

c) Consider making ByType() assumed
d) Consider making ByField() assumed and handle nil as "don't care"
e) Consider making ByValue() assumed and handle nil as "don't care"
2025-03-05 09:52:44 -08:00
Kubernetes Prow Robot
2b025e6459
Merge pull request #130571 from hakuna-matatah/debug-upstream
Help debug latencies in authn and authz phase of Request
2025-03-05 07:57:52 -08:00
Kubernetes Prow Robot
c496aef96d
Merge pull request #130511 from z1cheng/issue_130395
Implement tests for encoding collections in Proto
2025-03-05 07:57:45 -08:00
Marek Siarkowicz
e6cf9dd166 Pass storage.ListOptions to WaitUntilFreshAndList 2025-03-05 15:35:31 +01:00
Kubernetes Prow Robot
91d6fd3455
Merge pull request #130587 from serathius/watchcache-subtests
Run lists tests in subtests
2025-03-05 06:03:46 -08:00
Fabio Bertinatto
796690637d Propagate error when creating CustomResourceStorage instead of panic'ing 2025-03-05 10:45:57 -03:00
YamasouA
4001c819f0 fix 2025-03-05 21:54:54 +09:00
z1cheng
b88f026053 Implement tests for encoding collections in Proto
Signed-off-by: z1cheng <imchench@gmail.com>
2025-03-05 20:01:59 +08:00
Marek Siarkowicz
7a84e7630f Run lists tests in subtests 2025-03-05 12:51:55 +01:00
Davanum Srinivas
5ecddb6571
update to latest cadvisor @ v0.52.0
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2025-03-05 06:36:39 -05:00
Kubernetes Prow Robot
30ea0d13cd
Merge pull request #130317 from macsko/increment_schedulerqueueincomingpods_metric_when_adding_pods_to_unschedulable_when_gated
Add missing increments of queue_incoming_pods_total metric in scheduling queue
2025-03-05 02:19:45 -08:00
Yuki Iwai
8202b791e9 Job: Use jobSuspended util for suspended detection
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2025-03-05 18:12:59 +09:00
YamasouA
32fd0de21c tweak 2025-03-05 12:59:17 +09:00
Kubernetes Prow Robot
9d9e1afdf7
Merge pull request #130576 from tallclair/allocated-uid
Change allocation manager pod UID to types.UID
2025-03-04 16:41:51 -08:00
Kubernetes Prow Robot
f816be06ed
Merge pull request #129216 from tallclair/ippr-supported
[FG:InPlacePodVerticalScaling] Never attempt a resize of windows pods and always use allocated resources for unsupported resize pods
2025-03-04 16:41:44 -08:00
YamasouA
8e4b00e949 use Cleanup instead of defer 2025-03-05 09:24:47 +09:00
Harish Kuna
186e6ee2bd Debug latencies in request handler 2025-03-05 00:21:03 +00:00
Kubernetes Prow Robot
0156f6e17c
Merge pull request #130566 from MrHohn/addon-update-makefile
Update base image for addon-manager to fix a build failure.
2025-03-04 14:50:11 -08:00
Kubernetes Prow Robot
89d0b7022a
Merge pull request #130549 from jpbetz/validation-gen-pr2
KEP-5073: Add declarative validation to scheme
2025-03-04 14:50:02 -08:00
Kubernetes Prow Robot
76b80b1c15
Merge pull request #130507 from cici37/updateFG
Update OrderedNamespaceDeletion feature gate on by default
2025-03-04 14:49:52 -08:00
Kubernetes Prow Robot
dc1199a9fb
Merge pull request #129973 from Henrywu573/myfeature
Add third party strategy to the coordinate leader election integratio…
2025-03-04 14:49:44 -08:00
Tim Allclair
8fac9c68e1 Change allocation manager pod UID to types.UID 2025-03-04 13:54:27 -08:00
Kubernetes Prow Robot
7d1643b9d1
Merge pull request #129411 from yongruilin/compatibility-version-migration
chore: migrate logging featuregates to versioned
2025-03-04 13:35:45 -08:00
Kubernetes Prow Robot
6c445ca18a
Merge pull request #130122 from marosset/windows-unit-test-pkg-kubelet-apis-config-validation-fixes
unit tests - fixing k8s.io/kubernetes/pkg/kubelet/apis/config/validation unit test failures on Windows
2025-03-04 12:25:51 -08:00
Kubernetes Prow Robot
98e8539b74
Merge pull request #130090 from carlory/sig-storage-testing
nominate myself as an approver for storage e2e tests
2025-03-04 12:25:44 -08:00
Kubernetes Release Robot
3a80473cda CHANGELOG: Update directory for v1.33.0-alpha.3 release 2025-03-04 19:13:01 +00:00
yongruilin
4f7ce7513e chore: migrate logging featuregates to versioned 2025-03-04 18:58:57 +00:00
Francesco Romani
04129d1dc8 node: metrics for alignment failures
Add metrics to report alignment allocation failures
See: https://github.com/kubernetes/enhancements/pull/5108

Signed-off-by: Francesco Romani <fromani@redhat.com>
2025-03-04 19:50:08 +01:00
Zihong Zheng
4fda41c650 Update base image for addon-manager to fix a build failure. 2025-03-04 18:36:52 +00:00
Kubernetes Prow Robot
aa08c90fca
Merge pull request #130499 from tonyzhc/fix-windows-npd
Prevent node-problem-detector from being scheduled on Windows nodes.
2025-03-04 10:17:56 -08:00
Kubernetes Prow Robot
80026570aa
Merge pull request #130119 from npinaeva/nft-restart
[kube-proxy: nftables] Optimize kube-proxy restart time
2025-03-04 10:17:44 -08:00
Joe Betz
ffc1b32c66 Add declarative validation utility for use from strategies 2025-03-04 12:24:20 -05:00
Joe Betz
5ff334a158 Add declarative validation to scheme 2025-03-04 11:56:33 -05:00
Dan Winship
c4ea350ef6 Add "endpoints.kubernetes.io/managed-by" label to Endpoints
Add a label to allow us to recognize endpoint-controller-generated
Endpoints in the future. (In particular, to allow us to recognize
stale Endpoints whose Service gets deleted while the Endpoints
controller is not running.)

Unlike the corresponding EndpointSlice label, this is not defined as
part of the public API, because we have no interest in getting other
controllers to use it. (They should switch to creating EndpointSlices
instead.)
2025-03-04 11:06:10 -05:00
YamasouA
41577dea1b delete opIndex wrapping 2025-03-04 23:57:02 +09:00
Sotiris Salloumis
33bf509eb0 Use CamelCase for memory manager policy name check in InPlacePodVerticalScalingExclusiveCPUs 2025-03-04 14:23:08 +01:00
Maciej Skoczeń
6975572a80 Add missing increments of queue_incoming_pods_total metric in scheduling queue 2025-03-04 12:37:22 +00:00
Jan Safranek
96bae53a37 Promote SELinuxChangePolicy and SELinuxMount to beta
SELinuxMount stays off by default, because it changes the default
kubelet behavior. SELinuxChangePolicy is on by default and notifies users
on Pods that could get broken by SELinuxMount feature gate.
2025-03-04 11:03:54 +01: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
Kubernetes Prow Robot
58704903c5
Merge pull request #129887 from rhrmo/STOR-2270-make-failedscheduling-event-more-intuitive
Change volume affinity scheduling error message to be more intuitive
2025-03-03 22:51:48 -08:00
Kubernetes Prow Robot
d8c2e46b21
Merge pull request #130244 from swatisehgal/topology-mgr-logs-improvements
Topology Manager logging improvements
2025-03-03 19:55:56 -08:00
Kubernetes Prow Robot
4f3fd12bc1
Merge pull request #130116 from AkihiroSuda/rro
KEP-3857: Recursive Read-only (RRO) mounts: promote to GA
2025-03-03 19:55:49 -08:00
Kubernetes Prow Robot
5db66add7e
Merge pull request #130000 from saschagrunert/typos
Fix pod worker and prober log message typos
2025-03-03 19:55:42 -08:00