Commit Graph

128579 Commits

Author SHA1 Message Date
Antonio Ojea
f8b080a4be
Update test/e2e/network/netpol/network_policy_api.go
Co-authored-by: Adrian Moisey <adrian@changeover.za.net>
2025-03-02 18:57:33 +01:00
Antonio Ojea
2f6f8d083e
Update test/e2e/network/netpol/network_policy_api.go
Co-authored-by: Adrian Moisey <adrian@changeover.za.net>
2025-03-02 18:57:26 +01:00
Adrian Moisey
438d496555
Add test for ReconcileConntrackFlowsDeletedEntriesTotal metric 2025-03-02 15:58:40 +02:00
Kubernetes Prow Robot
c5b83f7c6c
Merge pull request #129375 from carlory/remove-fg-AppArmor
Remove general available feature-gate AppArmor
2025-03-02 05:18:55 -08:00
Antonio Ojea
e5ad4a1878 e2e network policies test support network policies with finalizers 2025-03-02 13:11:22 +00:00
Davanum Srinivas
da987eb762
Wrong matcher - use BeNil instead BeEmpty
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2025-03-02 07:08:24 -05:00
Davanum Srinivas
1e64a89038
Reduce number of (versions of!) images we pull in our e2e tests
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2025-03-01 21:02:50 -05:00
Kubernetes Prow Robot
78c41fbcc9
Merge pull request #130515 from Jefftree/revert-cle-beta-types
Revert "LeaseCandidate v1beta1 API"
2025-03-01 14:55:02 -08:00
Kubernetes Prow Robot
ca22563752
Merge pull request #130484 from aojea/kube_proxy_reconciler_ports
conntrack reconciler must check the dst port
2025-03-01 14:54:55 -08:00
Kubernetes Prow Robot
eea2f78e61
Merge pull request #128919 from dashpole/update_otel
Update go.opentelemetry.io dependencies to v1.33.0/v0.58.0
2025-03-01 13:48:57 -08:00
David Ashpole
29c219dceb
update go.opentelemetry.io dependencies to v1.33.0/v0.58.0 2025-03-01 19:18:34 +00:00
Kubernetes Prow Robot
b669e6cc9a
Merge pull request #130512 from HirazawaUi/Clarify-cri-fields
Clarify the behavior when the host_port value is set to 0 in CRI
2025-03-01 09:32:55 -08:00
Jefftree
05a90bf642 Revert "Add LeaseCandidate v1beta1"
This reverts commit fad4594fd9.
2025-03-01 14:14:25 +00:00
Jefftree
1a1b566d61 Revert "LeaseCandidate alpha -> beta,"
This reverts commit ac7a95efb0.
2025-03-01 14:14:19 +00:00
Jefftree
71622aee49 Revert "generated"
This reverts commit 2d10dec3a2.
2025-03-01 14:10:35 +00:00
Kubernetes Prow Robot
0556b20d3d
Merge pull request #129435 from googs1025/dra/validation
chore: add more error info for validateResourceSliceSpec
2025-03-01 02:16:55 -08:00
HirazawaUi
d5c072117d Clarify host_port field in CRI 2025-03-01 16:57:45 +08:00
YamasouA
2c062117d0 fix lint 2025-03-01 12:32:07 +09:00
YamasouA
2bed3333bc fix lint error 2025-03-01 12:07:40 +09:00
YamasouA
75b09b4054 separete runOp 2025-03-01 11:24:23 +09:00
Kubernetes Prow Robot
75633d0838
Merge pull request #130506 from jpbetz/document-client-gen-ordering
Clarify ordering requirements of client-gen --input
2025-02-28 18:21:09 -08:00
Kubernetes Prow Robot
eddb6a7303
Merge pull request #130476 from dims/do-not-look-for-ssh-external-ip-for-NFSPersistentVolumes-tests
Do not look for SSH external IP for NFSPersistentVolumes tests
2025-02-28 18:21:02 -08:00
Kubernetes Prow Robot
c9d54b92ca
Merge pull request #130450 from JoelSpeed/fix-contains-cidr
Fix implementation of ContainsCIDR to allow non-equal addresses
2025-02-28 18:20:55 -08:00
Kubernetes Prow Robot
aad87f2ee9
Merge pull request #130388 from thockin/error_matcher_and_origin
Add an error matcher, convert 2 tests
2025-02-28 17:14:55 -08:00
Joe Betz
df9d5f0bf8 Clarify ordering requirements of client-gen --input 2025-02-28 18:56:43 -05:00
Kubernetes Prow Robot
d496b6c49c
Merge pull request #130497 from DamianSawicki/replace-kl52752-DS-2
Update dns OWNERS in line with kubernetes/dns
2025-02-28 15:30:55 -08:00
Kubernetes Prow Robot
d04883c90c
Merge pull request #130061 from mimowo/make-backoffperindex-stable
Graduate Backoff Limit Per Index as stable
2025-02-28 13:37:02 -08:00
Kubernetes Prow Robot
2fc329c857
Merge pull request #129334 from serathius/streaming-json-list-encoder
Streaming json list encoder
2025-02-28 13:36:55 -08:00
Antonio Ojea
e43de183cf conntrack reconciler must check the dst port
The conntrack reconciler maintains the consistency between the
conntrack table on each node and the desired state of Kubernetes UDP services.

A valid entry matches a service's ClusterIP, LoadBalancerIP, or ExternalIP and Service port,
or any ip matching a NodePort, and has a reverse source IP matching an active endpoint for
that service. Other entries are deleted.

Services without endpoints and traffic not handled by kube-proxy are ignored

Co-authored-by: Daman Arora <aroradaman@gmail.com>
2025-02-28 21:14:06 +00:00
Morten Torkildsen
7fcaaa08ee Run make update 2025-02-28 20:59:31 +00:00
Morten Torkildsen
e2d1fcc162 Addressed comments 2025-02-28 20:47:35 +00:00
zylxjtu
3d318b57e3 revert the old loop to check if the node is rebooted 2025-02-28 19:39:21 +00:00
Morten Torkildsen
7555cbca90 DRA: Updates the e2e tests for Prioritized Alternatives in Device Requests 2025-02-28 19:33:20 +00:00
Morten Torkildsen
36d8a44b9c DRA: Update controller for Prioritized Alternatives in Device Requests 2025-02-28 19:32:59 +00:00
Kubernetes Prow Robot
01ed8ed4ff
Merge pull request #130474 from dims/bump-x/crypto-and-x/oauth2
Bump x/oauth2 and x/crypto
2025-02-28 11:31:03 -08:00
Kubernetes Prow Robot
3560950041
Merge pull request #130254 from tallclair/allocation-manager-2
[FG:InPlacePodVerticalScaling] Move pod resource allocation management out of the status manager
2025-02-28 11:30:56 -08:00
Morten Torkildsen
2229a78dfe DRA: Update allocator for Prioritized Alternatives in Device Requests 2025-02-28 19:30:10 +00:00
Morten Torkildsen
cc35f9b8e8 DRA: Update quota calculations for Prioritized Alternatives in Device Requests 2025-02-28 19:29:32 +00:00
Morten Torkildsen
a716095a8a DRA: Update validation for Prioritized Alternatives in Device Requests 2025-02-28 19:28:50 +00:00
Morten Torkildsen
68040a3173 Run make update 2025-02-28 19:28:26 +00:00
Morten Torkildsen
8f7b43b6fd DRA: Update types and defaults for Prioritized Alternatives in Device Requests 2025-02-28 19:13:48 +00:00
Morten Torkildsen
0faebe30fd DRA: Add DRAPrioritizedList feature gate for Prioritized Alternatives in Device Requests 2025-02-28 19:13:18 +00:00
Hanchi Zhang
0d7c9aa816 Prevent node-problem-detector from being scheduled on Windows nodes. 2025-02-28 19:03:00 +00:00
DamianSawicki
ac0b30db6d
Update dns OWNERS in line with kubernetes/dns 2025-02-28 18:59:40 +01:00
Natasha Sarkar
f91105a77e fix prep and validation for pod subresource updates 2025-02-28 16:51:10 +00:00
Tim Hockin
c8111709e5
Add an error matcher, convert 2 tests
I fixed up the TestValidateEndpointsCreate path to show the matcher
instead of manual origin checking.

I picked TestValidateTopologySpreadConstraints because it was the last
failing test on my screen when I changed on of the commonly hard-coded
error strings. I fixed exactly those validation errors that were needed
to make this test pass.  Some of the Origin values can be debated.

The `field/testing.Matcher` interface allows tests to configure the
criteria by which they want to match expected and actual errors.  The
hope is that everyone will use Origin for Invalid errors.

There's some collateral impact for tests which use exact-comparisons and
don't expect origins.  These are all candidates for using the matcher.
2025-02-28 08:36:26 -08:00
Kubernetes Prow Robot
ef1c659569
Merge pull request #130291 from Jefftree/cle-beta
LeaseCandidate v1beta1 API
2025-02-28 08:26:56 -08:00
Jan Safranek
052f1fe820 Update tests 2025-02-28 16:42:20 +01:00
Shereen Haj
8a1057a804 test: sched: replace pointer use with ptr
As `pointer` functions are deprecated, replace those functions calls
with `ptr.To`.

Fixes: https://github.com/kubernetes/kubernetes/issues/130408

Signed-off-by: Shereen Haj <shajmakh@redhat.com>
2025-02-28 17:24:19 +02:00
YamasouA
486d12efc5 call cleanup func position change 2025-03-01 00:14:49 +09:00