Kubernetes Prow Robot
9571e19da9
Merge pull request #134675 from JoelSpeed/enable-kal-optionalorrequired-apiserver-internal
...
Enforce either optional or required tag on apiserverinternal API group
2026-02-13 06:10:00 +05:30
Kubernetes Prow Robot
b72e248c25
Merge pull request #136953 from lalitc375/revert-dv-native
...
Revert dv native in the validation-gen framework
2026-02-13 04:44:10 +05:30
Kubernetes Prow Robot
47e2318e85
Merge pull request #136952 from dgrisonnet/kubelet-metrics-provider
...
Add kubelet_metrics_provider metric
2026-02-13 04:44:00 +05:30
Kubernetes Prow Robot
7f13600dad
Merge pull request #136400 from vinayakankugoyal/gitrepo
...
KEP:5040 Lock gitRepo Volume Driver to disabled.
2026-02-13 03:58:10 +05:30
Kubernetes Prow Robot
03da245585
Merge pull request #134827 from michaelasp/rvStore
...
Add Resource Version query and Bookmarks to thread safe store
2026-02-13 03:58:00 +05:30
Kubernetes Prow Robot
d7f6f91dae
Merge pull request #135820 from pohly/dra-sharing-claim-sequentially-test
...
DRA: sharing claim sequentially test
2026-02-13 01:50:09 +05:30
Kubernetes Prow Robot
0ba7bf5716
Merge pull request #135503 from aojea/externalname_repairip
...
repairip externalname to cluster ip type
2026-02-13 01:50:01 +05:30
Joel Speed
82a9a99a44
Restore omitempty on ServerStorageVersion fields
2026-02-12 18:55:47 +00:00
Kubernetes Prow Robot
98dd4d8e60
Merge pull request #136812 from rpb-ant/rpb/sts-not-found
...
Add 404 handling for the statefulset controller pod deletion codepath
2026-02-13 00:18:00 +05:30
Damien Grisonnet
22706b7bdf
pkg/kubelet: add kubelet_metrics_provider metric
...
This metric is meant to help end-users identify which metrics provider
kubelet is using under the hood to expose container stats.
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com >
2026-02-12 19:28:52 +01:00
Kubernetes Prow Robot
b6eb3d0546
Merge pull request #136970 from iPraveenParihar/e2e/snapshot-metadata-typo-fixes
...
e2e: fix typos in snapshot-metadata testfile
2026-02-12 23:30:02 +05:30
Joel Speed
319978e216
Update openapi/swagger
2026-02-12 17:44:53 +00:00
Joel Speed
551c08e2a2
Update exceptions to drop "it must be optional"
2026-02-12 17:42:44 +00:00
Kubernetes Prow Robot
5b63a8c68e
Merge pull request #136921 from dims/dump-from-utils
...
Move dump package from apimachinery to k8s.io/utils
2026-02-12 22:28:10 +05:30
Kubernetes Prow Robot
728fb46ab1
Merge pull request #136816 from damdo/cloud-provider-add-webhook-tls-options
...
k8s.io/cloud-provider: Adds missing TLS flags to webhook serving options
2026-02-12 22:28:02 +05:30
Kubernetes Prow Robot
150247a304
Merge pull request #136981 from soltysh/simplify_logs_e2e
...
Add slight timeout after pods are running, and drop duplicate log lines checks
2026-02-12 20:30:09 +05:30
Kubernetes Prow Robot
096a581c9c
Merge pull request #136909 from shwetha-s-poojary/fix_flake_TestWebhookConversion_WhitespaceCABundleEtcdBypass
...
test: fix the flaking TestWebhookConversion_WhitespaceCABundleEtcdBypass
2026-02-12 20:30:01 +05:30
Ryan Brewster
11c6f8c7c8
Clean up redundant IsNotFound checks in stateful_set_control
...
🏠 Remote-Dev: homespace
2026-02-12 14:35:10 +00:00
Joel Speed
0b10375aec
Add exception for union type in scheduling API
...
We need to add a marker to allow podgroup to be marked up correctly as a union type, and then teach the nonpointerstructs linter how to understand this
2026-02-12 14:12:36 +00:00
Joel Speed
0ebf47cb08
Update generated code
2026-02-12 14:12:35 +00:00
Joel Speed
a9034c040e
Enable nonpointerstructs alongside optionalorrequired
2026-02-12 14:12:33 +00:00
Kubernetes Prow Robot
fef67434a6
Merge pull request #136982 from cpanato/update-go-main
...
Bump images and versions to go 1.25.7 and distroless iptables
2026-02-12 19:22:04 +05:30
Carlos Panato
634d1f00ab
Bump images and versions to go 1.25.7 and distroless iptables
...
Signed-off-by: Carlos Panato <ctadeu@gmail.com >
2026-02-12 14:04:23 +01:00
Maciej Szulik
c2bf995e96
Add 1s timeout after pods get ready, to ensure log generator produces output
...
Signed-off-by: Maciej Szulik <soltysh@gmail.com >
2026-02-12 13:36:27 +01:00
Maciej Szulik
6e6107c9e9
Cleans up the test, removing duplicate checks and making code more
...
readable
Signed-off-by: Maciej Szulik <soltysh@gmail.com >
2026-02-12 13:35:23 +01:00
Davanum Srinivas
550cc8645b
Move dump package from apimachinery to k8s.io/utils
...
Replace all imports of k8s.io/apimachinery/pkg/util/dump with
k8s.io/utils/dump across the repo. The apimachinery dump package
now contains deprecated wrapper functions that delegate to
k8s.io/utils/dump for backwards compatibility.
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2026-02-12 07:34:19 -05:00
Patrick Ohly
0cb57b97e7
DRA integration: test sharing a claim sequentially
...
This used to be an E2E test, but it turned out to be too slow and unreliable
and therefore got removed. As an integration test we have a bit better control
over the environment, so it should be possible to avoid the same flakes.
Some of the slowness comes from pods entering backoff. Maybe this is an
opportunity for future improvements.
To support this tests, the ResourceClaim controller is needed. The framework
can start it on demand now, similar to how the scheduler was handled already.
2026-02-12 12:33:22 +01:00
Patrick Ohly
bff684d951
DRA ResourceClaim controller: update logging
...
This provides a bit more information when the controller touches a
ResourceClaim.
2026-02-12 12:33:22 +01:00
Patrick Ohly
21bf85de15
DRA E2E: support usage without real nodes
...
This enables usage in test/integration/dra:
- "deploying" a driver merely sets up the usual slices and class
- created pods get force-deleted
2026-02-12 12:33:22 +01:00
Joel Speed
c4b2640b32
Remove exceptions for groups with no issues
2026-02-12 11:16:54 +00:00
Joel Speed
8651d99a26
Enforce either optional or required tag on apiserverinternal API group
2026-02-12 11:14:37 +00:00
Kubernetes Prow Robot
c89da3c99f
Merge pull request #136238 from herb-duan/fix-kubelet-status-reconcile
...
fix(kubelet): ignore resource claim statuses in pod status comparison
2026-02-12 15:03:59 +05:30
Kubernetes Prow Robot
00bf52745a
Merge pull request #131846 from yangjunmyfm192085/fixtest
...
Adjust the expected and actual parameters of the unit test Equal function to the correct order
2026-02-12 14:14:01 +05:30
Kubernetes Prow Robot
4ae98b99c0
Merge pull request #136971 from sunya-ch/follow-up-rename
...
DRA: Rename GetBaseDeviceID to GetDeviceID for SharedDeviceID
2026-02-12 12:18:00 +05:30
Sunyanan Choochotkaew
e1a7952a6c
DRA: Rename GetBaseDeviceID to GetDeviceID for SharedDeviceID
...
Signed-off-by: Sunyanan Choochotkaew <sunyanan.choochotkaew1@ibm.com >
2026-02-12 13:47:11 +09:00
Praveen M
ab6221517f
e2e: fix typos in snapshot-metadata testfile
...
Signed-off-by: Praveen M <m.praveen@ibm.com >
2026-02-12 10:15:05 +05:30
Kubernetes Prow Robot
89900005ee
Merge pull request #136913 from jsafrane/bump-csi-driver-host-path
...
Update the csi-driver-host-path version to 1.17.1
2026-02-12 09:32:01 +05:30
Kubernetes Prow Robot
1956f4e90d
Merge pull request #136701 from Jefftree/fix-tombstone
...
Add tombstone handling for serviceaccount and attachdetach controllers
2026-02-12 08:24:09 +05:30
Kubernetes Prow Robot
91d349939f
Merge pull request #135880 from hoskeri/remote-apiserver
...
Delay building discovery transport until needed
2026-02-12 08:24:00 +05:30
Kubernetes Prow Robot
9d72a65986
Merge pull request #130660 from cbandy/cel-godoc
...
Show CEL library doc comments in godoc
2026-02-12 07:34:00 +05:30
Michael Aspinwall
428b903cd9
Plumb bookmark RVs to controller for observation
2026-02-12 00:41:30 +00:00
Michael Aspinwall
9c6ac550ef
Add rv query to store
2026-02-12 00:41:25 +00:00
Kubernetes Prow Robot
54489c1a33
Merge pull request #136729 from ahmedtd/podcert-pkcs10
...
Pod Certificates: Add StubPKCS10Request; migrate in-tree usages
2026-02-12 04:43:59 +05:30
Kubernetes Prow Robot
04d82d95fa
Merge pull request #136796 from kairosci/fix/kube-proxy-nftables-udata
...
Fix kube-proxy nftables crash with newer nftables versions
2026-02-12 03:53:59 +05:30
Jefftree
334fa1cef8
Add tombstone handling for serviceaccount and attachdetach controllers
2026-02-11 16:06:29 -05:00
Alessio Attilio
72ef5b34a8
pkg/proxy/nftables: fix kube-proxy crash with newer nftables versions
...
Fixes kube-proxy's nftables mode to work on systems with nft 1.1.3.
2026-02-11 21:46:23 +01:00
Your Name
7291cd6929
Revert "validation-gen: Implement declarative validation native logic"
...
This reverts commit 7e5c081339 .
2026-02-11 19:20:38 +00:00
Your Name
903a3fee95
Revert "Add DV support for cross field validators"
...
This reverts commit bccf92dc3f .
2026-02-11 19:20:34 +00:00
Kubernetes Prow Robot
311071d300
Merge pull request #133427 from natasha41575/admitHandler
...
[FG:InPlacePodVerticalScaling] refactor allocation feasibility check into its own admitHandler
2026-02-12 00:10:00 +05:30
Kubernetes Prow Robot
7b21ce7c9a
Merge pull request #136905 from bart0sh/PR222-e2e-fix-extended-resource-flake
...
Fix extended resource flake
2026-02-11 21:56:02 +05:30