Commit Graph

129813 Commits

Author SHA1 Message Date
Karl Isenberg
080d6f9ead test: pass the test context to http requests
This handles canceling the request after the test completes, cleaning
up resources on the client and server.
2025-05-08 13:08:20 -07:00
Kubernetes Prow Robot
2342c0912a Merge pull request #131662 from mortent/FixFailToAllocateLargeNumDevices
DRA: Fix failure to allocate large number of devices
2025-05-08 10:45:14 -07:00
Morten Torkildsen
a6abd717ea DRA: Fix failure to allocate large number of devices 2025-05-08 16:37:43 +00:00
Kubernetes Prow Robot
4e30b51ebc Merge pull request #131668 from soltysh/command_creation_logging
Manually read verbosity before kubectl command construction
2025-05-08 08:53:15 -07:00
Arda Güçlü
6cca37b36f Add integration test for log verbosity 2025-05-08 16:47:35 +02:00
Maciej Szulik
69682b75e5 Manually read verbosity before kubectl command construction
kubectl command construction is slowly getting more functionality which
sometimes requires to log certain actions. Currently we parse the
verbosity only when actually running the command, so all of construction
code is not able to use -v=5. This commit adds the manual parsing and
loglevel setting berore we even start creating the kubectl command.

Signed-off-by: Maciej Szulik <soltysh@gmail.com>
2025-05-08 16:47:29 +02:00
Kubernetes Prow Robot
ff74d46bf0 Merge pull request #131660 from mortent/FixPrioritizedListForAllocationModeAll
DRA: Fix incorrect behavior for AllocationMode: All in ResourceClaim when used in subrequests
2025-05-08 06:43:15 -07:00
Kubernetes Prow Robot
0f9987650c Merge pull request #131656 from karlkfi/karl-request-methods
refactor: Add request method constants
2025-05-08 03:29:15 -07:00
Kubernetes Prow Robot
7cb2bd78b2 Merge pull request #131616 from jpbetz/typeconverter-cleanup
Reorganize scheme type converter into apimachinery utils
2025-05-07 18:09:25 -07:00
Kubernetes Prow Robot
2425896910 Merge pull request #131633 from natasha41575/flakyexec
[FG:InPlacePodVerticalScaling] add retries to exec command in cgroup verification
2025-05-07 16:45:14 -07:00
Morten Torkildsen
861682235c DRA: Fix incorrect behavior for AllocationMode: All in ResourceClaim when used in subrequests 2025-05-07 21:15:12 +00:00
Keita Mochizuki
a3097010fa Change the implementation design of matchLabelKeys in PodTopologySpread to be aligned with PodAffinity (#129874)
* Change the implementation design of matchLabelKeys in PodTopologySpread to be aligned with PodAffinity

* fix1
2025-05-07 13:01:15 -07:00
Joe Betz
ce02da8dab generate code 2025-05-07 15:42:16 -04:00
Joe Betz
4821604f83 Reorganize scheme type converter into apimachinery utils
This removes a dependency from generated applyconfigurations to a testing
package. To do this, the type converter in the testing package has been
moved out to the apimachinery package and the utilities the converter
depend on have been reorganized.
2025-05-07 15:42:09 -04:00
Karl Isenberg
e81887276c refactor: Add request method constants
This avoids linter errors from using inline strings as http request
methods.
2025-05-07 12:17:48 -07:00
Kubernetes Prow Robot
51fff4f8bd Merge pull request #131635 from thockin/kk_cleanup_codegen
Accumulated cleanups of validation-gen
2025-05-07 11:31:24 -07:00
Kubernetes Prow Robot
ae2cabc903 Merge pull request #131606 from pohly/golangci-lint@v2-fixes
golangci-lint: some fixes after migration to v2
2025-05-07 11:31:17 -07:00
Kubernetes Prow Robot
a02806d8cd Merge pull request #131647 from carsontham/ct/remove-deprecated-klog-flags
kubeadm: Remove deprecated klog flags
2025-05-07 10:05:15 -07:00
carsontham
b9cb3cb333 update klog flags 2025-05-07 23:35:28 +08:00
Kubernetes Prow Robot
b1ce2a61b5 Merge pull request #131249 from MaysaMacedo/randomize-name
Kubelet: Randomize ClusterRole name in e2e
2025-05-07 07:59:16 -07:00
Kubernetes Prow Robot
8b00a96b51 Merge pull request #131620 from ardaguclu/drop-custom-profile-feature
Drop KUBECTL_DEBUG_CUSTOM_PROFILE feature gate entirely
2025-05-07 06:19:15 -07:00
Kubernetes Prow Robot
03763fd1ab Merge pull request #131296 from rzlink/master
e2e: stabilize Windows memory pressure eviction test
2025-05-06 17:45:20 -07:00
Kubernetes Prow Robot
d790594ce1 Merge pull request #131246 from pohly/dra-resourceslice-errors
DRA: improve resource slice publishing
2025-05-06 17:45:13 -07:00
Kubernetes Prow Robot
6acc5af530 Merge pull request #131631 from danwinship/sig-network-approvers
Update sig-network-approvers/reviewers
2025-05-06 15:51:21 -07:00
Kubernetes Prow Robot
a61ab65003 Merge pull request #131618 from hwdef/remove-reviewer
remove hwdef from hack reviewer
2025-05-06 15:51:14 -07:00
Kubernetes Prow Robot
1cc003ae48 Merge pull request #131443 from jpbetz/lockfree-error-backoff
Avoid lock contention for error backoff
2025-05-06 14:01:14 -07:00
Joe Betz
c5efc843da Fix rudimentaryErrorBackoff to only be created once 2025-05-06 15:56:29 -04:00
Kubernetes Prow Robot
2e198e8473 Merge pull request #131611 from dom4ha/leader-change
Remove alculquicondor who is stepping down from sig-scheduling-api-reviewers
2025-05-06 12:53:36 -07:00
Kubernetes Prow Robot
417662ca93 Merge pull request #131575 from ali-a-a/deflake-watch-not-hanging-on-startup-failure
pkg/storage/cacher/cacher_whitebox_test: deflake TestWatchNotHangingOnStartupFailure when ResilientWatchCacheInitialization is on
2025-05-06 12:53:29 -07:00
Kubernetes Prow Robot
3dca763acc Merge pull request #129150 from huww98/version-comment
remove out-of-date comments about version
2025-05-06 12:53:20 -07:00
Tim Hockin
97e64e80c3 Fix typo in comment 2025-05-06 12:43:17 -07:00
Tim Hockin
68f0204e3e Better logs and debugging 2025-05-06 12:40:58 -07:00
Tim Hockin
8a571f7fb8 Rename discover() to discoverType() 2025-05-06 12:40:57 -07:00
Tim Hockin
eb3c061caf Reorder and merge blocks handling named types 2025-05-06 12:40:57 -07:00
Tim Hockin
67bab26ea1 hasValidations should return cached values first 2025-05-06 12:40:56 -07:00
Tim Hockin
bb10f55fd1 Fix lint warnings 2025-05-06 12:40:55 -07:00
Kubernetes Prow Robot
0da4ada321 Merge pull request #131596 from jpbetz/cel-reflect-extra-tests
Expand CEL UnstructuredToVal and TypedToVal has() tests
2025-05-06 11:49:21 -07:00
Kubernetes Prow Robot
d76b47cc4c Merge pull request #131165 from liggitt/e2e-requesturi
Make Request#RequestURI honor configured context root
2025-05-06 11:49:14 -07:00
Natasha Sarkar
22fa3c747b add retries to exec command in cgroup verification 2025-05-06 18:33:25 +00:00
Dan Winship
8652b6ab28 Update sig-network-approvers/reviewers 2025-05-06 13:40:44 -04:00
Maysa Macedo
b1bb9a5885 Kubelet: Randomize ClusterRole name in e2e
It's possible that a conflict will happen when
attempting to create a `ClusterRole` resource
without a randomized name given that is a cluster
scoped object and another object with same name
might exist. This commit fixes this issue by ensuring
the name of the `ClusterRole` is randomized. Additionally,
it adds clean up for the clusterRole and clusterRoleBinding.
2025-05-06 14:30:10 -03:00
Kubernetes Prow Robot
c6739dd54d Merge pull request #131560 from jpbetz/validation-gen-subresource-simplification
Declarative validation: Simplify handling of subresources
2025-05-06 09:29:20 -07:00
Kubernetes Prow Robot
ef66667c8e Merge pull request #131243 from danwinship/kube-proxy-cleanup
Improve `kube-proxy --cleanup` / cleanup on kube-proxy mode switch
2025-05-06 09:29:13 -07:00
Dawei Wei
863168e474 e2e: stabilize Windows memory pressure eviction test
- Add logic to wait until memory-pressure taint is cleared before running the test.

This reduces test flakiness due to lingering node conditions between retries.
2025-05-06 09:25:06 -07:00
dom4ha
97a2cb39ce Make sig-scheduling-api-approvers actual approvers 2025-05-06 15:37:57 +00:00
dom4ha
6d927c3c25 Comment out sig-scheduling-api-reviewers, since it's currently empty. 2025-05-06 15:15:03 +00:00
dom4ha
038bb1a9a5 Remove alculquicondor who is stepping down from sig-scheduling-api-reviewers 2025-05-06 15:15:03 +00:00
Kubernetes Prow Robot
3aa66a2ba0 Merge pull request #131627 from dims/mutating-webhook-error
[Attempt #2] apiserver: Treat error decoding a mutating webhook patch as error calling the webhook
2025-05-06 07:45:13 -07:00
Davanum Srinivas
3be3051fb7 Adding test case for the webhook behavior change
Authored-by: Jordan Liggitt <liggitt@google.com>
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2025-05-06 09:35:38 -04:00
Davanum Srinivas
cf82fd7e9c Treat error decoding a mutating webhook patch as error calling the webhook
Co-Authored-By: Matthew Wong <mattwon@amazon.com>
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2025-05-06 09:35:27 -04:00