Commit Graph

131969 Commits

Author SHA1 Message Date
Paco Xu
856ac4923d release-1.34: pin system-validators to v1.10.2 2025-09-16 23:06:52 +08:00
Kubernetes Release Robot
16e3f7c179 Update CHANGELOG/CHANGELOG-1.34.md for v1.34.1 2025-09-09 20:00:28 +00:00
Kubernetes Release Robot
93248f9ae0 Release commit for Kubernetes v1.34.1 v1.34.1 2025-09-09 19:37:19 +00:00
Kubernetes Prow Robot
45a8851a7c Merge pull request #133901 from yongruilin/automated-cherry-pick-of-#133896-upstream-release-1.34
Automated cherry pick of #133896: fix: Only warn for unrecognized formats on type=string
2025-09-05 14:33:26 -07:00
yongruilin
7bd2900b1e fix: Only warn for unrecognized formats on type=string 2025-09-05 03:53:40 +00:00
Kubernetes Prow Robot
8c0988abb6 Merge pull request #133745 from jsafrane/automated-cherry-pick-of-#133425-release-1.34
Automated cherry pick of #133425: Fix SELinux label comparison
2025-09-04 08:31:17 -07:00
Kubernetes Prow Robot
4fa47837fb Merge pull request #133749 from xigang/automated-cherry-pick-of-#132477-upstream-release-1.34
Automated cherry pick of #132477: Fix DaemonSet misscheduled status not updating on node taint changes
2025-09-04 05:45:16 -07:00
Kubernetes Prow Robot
c45c5b3c8c Merge pull request #133783 from vpnachev/automated-cherry-pick-of-#133771-origin-release-1.34
Automated cherry pick of #133771: Fix completion of resource names
2025-09-04 03:37:14 -07:00
Kubernetes Prow Robot
48666c4adf Merge pull request #133879 from serathius/automated-cherry-pick-of-#133873-origin-release-1.34
Automated cherry pick of #133873: Disable estimating resource size for resources with watch cache disabled
2025-09-04 01:13:16 -07:00
Marek Siarkowicz
f779cf6381 Disable estimating resource size for resources with watch cache disabled
Listing all keys from etcd turned out to be too expensive, negativly
impacting events POST latency. Events resource is the only resource that
by default has watch cache disabled and which includes very
large number of small objects making it very costly to list keys.

Expected impact:
* No apiserver_resource_size_estimate_bytes metric for events.
* APF overestimating LIST request cost to events. Fallback assumes
  object size of 1.5MB, meaning LIST events will always get maxSeats
2025-09-03 23:55:22 +02:00
Kubernetes Prow Robot
cb97641ddb Merge pull request #133866 from serathius/automated-cherry-pick-of-#133817-origin-release-1.34
Automated cherry pick of #133817: Disable collecting stats for resources not setting prefix to prevent error logs
2025-09-03 12:07:16 -07:00
Marek Siarkowicz
96739661c7 Disable collecting stats for resources not setting prefix to prevent error logs 2025-09-03 09:23:47 +02:00
Kubernetes Prow Robot
674cbc8c45 Merge pull request #133753 from HirazawaUi/automated-cherry-pick-of-#133513-upstream-release-1.34
Automated cherry pick of #133513: Add missing conversion for timeoutForControlPlane
2025-09-02 23:33:15 -07:00
Marc Khouzam
2631a5f21e Fix linter
Signed-off-by: Marc Khouzam <marc.khouzam@gmail.com>
2025-08-29 15:37:14 +03:00
Marc Khouzam
94c0e47882 Fix completion of resource names
The output format is now used by the `Complete()` function, so it must
be set before invoking said function.

The commit also adds a unit tests for this scenario.

Signed-off-by: Marc Khouzam <marc.khouzam@gmail.com>
2025-08-29 15:37:14 +03:00
tom1299
08515c751b Fix missing control plane health check timeout 2025-08-28 22:56:12 +08:00
xigang
a75938d9e5 Fix DaemonSet misscheduled status not updating on node taint changes
Signed-off-by: xigang <wangxigang2014@gmail.com>
2025-08-28 18:07:40 +08:00
Jan Safranek
3ebbe57311 Add a note about Conflicts return value 2025-08-28 10:29:24 +02:00
Jan Safranek
98dca817c9 Fix SELinux label comparison
The comparison of SELinux labels in KCM tolerates missing fields - the
operating system is going to default them from its defaults, but in KCM we
don't know what the defaults are.

But the OS won't default the last component, "level", which includes also
categories. Make sure that labels with a level set conflicts with level "",
that's what will conflict on the OS too.
2025-08-28 10:29:24 +02:00
Jan Safranek
3e75f38819 Add missing cases to SELinuxMount tests 2025-08-28 10:29:24 +02:00
Kubernetes Release Robot
d133742146 Update CHANGELOG/CHANGELOG-1.34.md for v1.34.0 2025-08-27 10:36:11 +00:00
Kubernetes Release Robot
f28b4c9efb Release commit for Kubernetes v1.34.0 v1.34.0 2025-08-27 10:09:04 +00:00
Kubernetes Release Robot
a99d6bb777 Merge remote-tracking branch 'origin/master' into release-1.34 2025-08-26 20:11:19 +00:00
Kubernetes Prow Robot
28c8381aa5 Merge pull request #133695 from prezha/kube-proxy-iptables-startup-errors
Fix kube-proxy iptables startup: log but don't exit if ipv4 or ipv6 is not available
2025-08-26 09:22:10 -07:00
Predrag Rogic
f2170bc6c3 kube-proxy: log but don't exit if ipv4 or ipv6 is not available 2025-08-26 16:11:12 +01:00
Kubernetes Release Robot
38a66ad237 Merge remote-tracking branch 'origin/master' into release-1.34 2025-08-21 14:01:20 +00:00
Kubernetes Prow Robot
091f87c10b Merge pull request #133625 from danwinship/servicecidr-conformance
Remove patch/update from ServiceCIDR API conformance test
2025-08-21 03:31:05 -07:00
Kubernetes Release Robot
91e472f9fd Merge remote-tracking branch 'origin/master' into release-1.34 2025-08-21 02:00:49 +00:00
Kubernetes Release Robot
f47e9696d7 CHANGELOG: Update directory for v1.34.0-rc.2 release 2025-08-20 17:40:32 +00:00
Kubernetes Release Robot
78405b2c89 Update CHANGELOG/CHANGELOG-1.34.md for v1.34.0-rc.2 2025-08-20 17:40:32 +00:00
Kubernetes Release Robot
ed3ccdbe32 Release commit for Kubernetes v1.34.0-rc.2 v1.34.0-rc.2 2025-08-20 17:17:54 +00:00
Dan Winship
db01f94032 Remove patch/update from ServiceCIDR API conformance test
They were already listed in ineligible_endpoints.yaml, so we shouldn't
be testing them here anyway.
2025-08-20 09:19:55 -04:00
Kubernetes Release Robot
343b53a054 Merge remote-tracking branch 'origin/master' into release-1.34 2025-08-19 20:00:00 +00:00
Kubernetes Prow Robot
4e8b192b66 Merge pull request #133604 from serathius/watchcache-count
Fix storage counting all objects instead of objects for resource
2025-08-19 09:23:36 -07:00
Marek Siarkowicz
d49e3d67cb Fix storage counting all objects instead just objects for resource 2025-08-19 16:35:34 +02:00
Kubernetes Release Robot
4feac134a9 Merge remote-tracking branch 'origin/master' into release-1.34 2025-08-19 14:03:18 +00:00
Kubernetes Prow Robot
5568780ca3 Merge pull request #133562 from nojnhuh/dra-e2e-slice-controller-flake
DRA: wait for stats to converge in "creates slices" e2e test
2025-08-19 04:21:36 -07:00
Kubernetes Release Robot
a49ba5209a Merge remote-tracking branch 'origin/master' into release-1.34 2025-08-19 08:03:15 +00:00
Kubernetes Prow Robot
29e16ff792 Merge pull request #133286 from yliaog/deviceplugin
added WithFlaky to the device plugin test case: supports extended resources together with ResourceClaim
2025-08-19 00:43:35 -07:00
Kubernetes Prow Robot
aafb9d4cf8 Merge pull request #133595 from tkashem/fix-dra-test-flake
fix flake in dra test 'TestPlugin'
2025-08-18 21:41:08 -07:00
Kubernetes Release Robot
0bc56cca39 Merge remote-tracking branch 'origin/master' into release-1.34 2025-08-18 20:04:37 +00:00
Abu Kashem
747a295cac fix flake in dra test 'TestPlugin'
TestPlugin/multi-claims-binding-conditions-all-success/PreEnqueue
flakes due to the assumed cache not been synced with the initial
store. The test waits until the registered handler used by the
assumed cache has synced before proceeding with the test
2025-08-18 15:54:03 -04:00
Kubernetes Prow Robot
b7706ef58b Merge pull request #133587 from pohly/dra-allocator-race
DRA allocator: fix data race around `claimsToAllocate`
2025-08-18 09:37:09 -07:00
Kubernetes Release Robot
7381c60f23 Merge remote-tracking branch 'origin/master' into release-1.34 2025-08-18 13:58:18 +00:00
Patrick Ohly
4ebe560c74 DRA allocator: fix data race around claimsToAllocate
The `claimsToAllocate` field stores the parameter of the `Allocate` call and
therefore has to be in the per-Allocate `allocate` struct.

Without support for extended resources, all calls get the same slice, which
explains why this bug did not fail more severely and only showed up in a data
race warning during integration testing. With support for extended resources,
the result is potentially broken because each call gets different slices.
2025-08-18 13:44:26 +02:00
Kubernetes Prow Robot
17d6c9c551 Merge pull request #133523 from bart0sh/PR194-dra-upgrade-downgrade-use-latest
e2e_dra: use latest release if stable doesn't exist
2025-08-18 01:33:09 -07:00
Ed Bartosh
41013e7bf0 e2e_dra: use latest release if stable doesn't exist
This change updates the DRA upgrade/downgrade test to attempt
downloading the "latest" Kubernetes release if the "stable" release
entry point is not available.

This should fix test failures for the time just before the release,
when master is switched to the next release, but stable release URL
is not yet updated.
2025-08-18 10:23:42 +03:00
Kubernetes Release Robot
c5d688bb10 Merge remote-tracking branch 'origin/master' into release-1.34 2025-08-16 07:57:26 +00:00
Kubernetes Prow Robot
8082e9ab15 Merge pull request #133570 from BenTheElder/pr131351
Clarify staging repository READMEs
2025-08-15 21:09:07 -07:00
Benjamin Elder
e49f6116f9 clarify that staging repos are automatically published 2025-08-15 14:33:07 -07:00