Commit Graph

14907 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
5ceb99dc6b Merge pull request #124824 from seans3/export-poke-udp
Export PokeUDP helper function
2024-05-16 20:13:01 -07:00
Kubernetes Prow Robot
2592caa9a7 Merge pull request #124889 from soltysh/fix_podsecurity
Update PodSecurityLevel used during tests
2024-05-16 06:15:11 -07:00
Kubernetes Prow Robot
b8c4e12a17 Merge pull request #120301 from liyuerich/storage
e2e_storage:stop using deprecated framework.ExpectError
2024-05-16 02:38:12 -07:00
Sean Sullivan
cc9b4f47aa Export PokeUDP helper function 2024-05-15 20:30:48 -07:00
Maciej Szulik
ceb0387e39 Update PodSecurityLevel used during tests 2024-05-15 16:50:30 +02:00
Kubernetes Prow Robot
8362f51c66 Merge pull request #124876 from danwinship/kind-loadbalancers-1
e2e-kind-cloud-provider-loadbalancer fixes, part 1
2024-05-15 07:09:53 -07:00
Kubernetes Prow Robot
cade1dddd8 Merge pull request #124865 from aroradaman/granular-service-check-flaky-debug
e2e/network: dump iptables and conntrack flows for debugging
2024-05-14 12:11:12 -07:00
Kubernetes Prow Robot
9f39314eb9 Merge pull request #124732 from cmwylie19/1520
feat: add all-pods log flag to kubectl
2024-05-14 07:27:11 -07:00
Case Wylie
6db859eb5d feat: add all-pods log flag to kubectl
Signed-off-by: Case Wylie <cmwylie19@defenseunicorns.com>
2024-05-14 09:03:09 -04:00
Daman Arora
3f2deb51ad e2e/network: dump iptables and conntrack flows for debugging
Signed-off-by: Daman Arora <aroradaman@gmail.com>
2024-05-14 15:22:17 +05:30
Kubernetes Prow Robot
59ba132f16 Merge pull request #124544 from carlory/remove-cephfs
remove the support for in-tree volume plugin cephfs
2024-05-13 14:09:52 -07:00
Kubernetes Prow Robot
8e5b26b4c3 Merge pull request #124846 from saschagrunert/local-hostname
Fix assertion for host network hostname e2e test
2024-05-13 07:47:16 -07:00
Sascha Grunert
104b5a0f2c Fix assertion for host network hostname e2e test
The original assumption is wrong, as the node name may not match the
hostname of the host in some circumstances.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2024-05-13 14:36:10 +02:00
Kubernetes Prow Robot
51ad0bbb73 Merge pull request #124795 from atiratree/fix-daemon-max-surge-flake
e2e: DaemonSet maxSurge test should account for terminated pods that are terminated by the test
2024-05-13 05:21:17 -07:00
Kubernetes Prow Robot
c7c4039093 Merge pull request #123151 from carlory/honor-pv-reclaim-policy-e2e
add e2e test for HonorPVReclaimPolicy
2024-05-13 00:51:28 -07:00
Dan Winship
85d5b4bd4a Skip source IP preservation checks for Proxy-type load balancers
To be revisited
2024-05-11 08:32:41 -04:00
Dan Winship
79394a1cbd Don't require ICMP reject on UDP LB with no endpoints
Allow either drop or reject; we previously made the same change for
TCP load balancers.
2024-05-11 08:32:41 -04:00
Filip Křepinský
d70c3f752d e2e: DaemonSet maxSurge test should account for terminated pods
that are terminated by the test
2024-05-10 16:11:41 +02:00
Kubernetes Prow Robot
71d4e4bede Merge pull request #124362 from carlory/clean-e2efeature-labels
remove ScopeSelectors e2e feature label
2024-05-10 06:48:46 -07:00
carlory
6795820cfa remove the support for in-tree volume plugin cephfs 2024-05-10 15:00:26 +08:00
carlory
c8e91b9bc2 CephRBD volume plugin ( ) and its csi migration support were removed in this release 2024-05-09 22:55:34 +08:00
liyuerich
f55588fa0b e2e_storage:stop using deprecated framework.ExpectError
Signed-off-by: liyuerich <yue.li@daocloud.io>
2024-05-09 18:10:33 +08:00
Kubernetes Prow Robot
d36b267023 Merge pull request #124660 from danwinship/feature-loadbalancer
Fix LoadBalancer tests to be provider-agnostic
2024-05-09 01:23:11 -07:00
Kubernetes Prow Robot
1af6bc992c Merge pull request #123845 from HirazawaUi/promote-DisableNodeKubeProxyVersion-to-beta
promote DisableNodeKubeProxyVersion feature gate to beta
2024-05-08 12:23:19 -07:00
carlory
522c06b542 add e2e test for HonorPVReclaimPolicy 2024-05-09 01:19:45 +08:00
Kubernetes Prow Robot
7ac9237b89 Merge pull request #124725 from aojea/e2e_network_test
Debug E2e network test flake
2024-05-08 04:15:45 -07:00
Kubernetes Prow Robot
74ae6d1b4b Merge pull request #124428 from yashsingh74/yashsingh/hostname-test
Added a testcase to check hostname and hostNetwork
2024-05-07 20:42:54 -07:00
Dan Winship
67e0c519e3 Fix references to "ESIPP" and "OnlyLocal" in network e2e tests 2024-05-07 21:11:13 -04:00
Dan Winship
2d5f148d4a Add feature.LoadBalancer and remove provider-based skips from LB tests 2024-05-07 21:11:13 -04:00
Dan Winship
582a49599a Update the "new" code to pass current lint 2024-05-07 21:11:07 -04:00
Kubernetes Prow Robot
d2e6c51b05 Merge pull request #123537 from kaisoz/commonize-job-util-functions
Add the util pkg to commonize job util functions
2024-05-07 16:59:28 -07:00
Antonio Ojea
9239e44950 dump not network information on e2e failures 2024-05-07 21:22:11 +00:00
Kubernetes Prow Robot
e6547701f1 Merge pull request #124681 from jpbetz/field-selector-beta
Promote custom resource field selectors to beta
2024-05-07 10:39:05 -07:00
Dan Winship
b421bde1de Drop GCE-only tests and subtests from LoadBalancer tests 2024-05-07 11:33:26 -04:00
Dan Winship
35a8c0fb3f Add back the previously-removed loadbalancer e2e tests
(No changes from before they were deleted, and thus they don't
actually compile because of missing provider code.)
2024-05-07 11:31:32 -04:00
Joe Betz
6ba3b318d3 Add version testing 2024-05-07 09:11:32 -04:00
Tomas Tormo
c856c412b9 Add util pkg to commonize job util functions 2024-05-07 09:27:46 +00:00
Antonio Ojea
ff8573343c Revert "e2e/network: stream pod logs for debugging"
This reverts commit d70f96fe22.
2024-05-07 08:53:27 +00:00
Joe Betz
d16ff3d77f Promote CRD field selectors to beta 2024-05-06 11:53:03 -04:00
Kubernetes Prow Robot
4d17d30029 Merge pull request #124519 from dims/drop-all-the-providery-things-take-2
Remove gcp in-tree cloud provider and credential providers
2024-05-06 08:03:14 -07:00
mowangdk
c7fe6b8cc2 chore:update invalid package name by golint 2024-05-04 22:55:43 +08:00
Davanum Srinivas
7f9a0ef5d2 Fixes from review by Jan Šafránek/Andrew/Michael
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2024-05-03 15:11:36 -04:00
Davanum Srinivas
7187d9af81 address comments during review
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2024-05-01 18:01:25 -04:00
Davanum Srinivas
efdb2961b6 drop unused code pointed out by linter
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2024-05-01 09:03:57 -04:00
Davanum Srinivas
bf268f02a3 Remove gcp in-tree cloud provider and credential provider
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2024-05-01 09:03:53 -04:00
Daman Arora
d70f96fe22 e2e/network: stream pod logs for debugging
Intermittent logging to understand root cause of
https://github.com/kubernetes/kubernetes/issues/123760

Signed-off-by: Daman Arora <aroradaman@gmail.com>
2024-05-01 11:27:11 +05:30
Kubernetes Prow Robot
6381e6504a Merge pull request #124572 from aojea/alpha_tag
tag TrafficDistribution tests to avoid running on clusters without th…
2024-04-29 14:46:59 -07:00
Yash Kumar Singh
091a05b1cb Added a testcase to check hostname and hostNetwork 2024-04-29 11:09:59 +05:30
Kubernetes Prow Robot
62ced20cdc Merge pull request #124567 from chengjoey/e2e/scheduler-prefilter
add e2e test when a plugin (in-tree or out-of-tree) return non-existent/illegal nodes, the pod should be scheduled normally if suitable nodes exists
2024-04-27 23:12:36 -07:00
Daman Arora
20d335a94c e2e/framework network: exit early in DialFromContainer
Immediately exit on receiving an unexpected response, we currently
wait for all the attempts to be exhausted and then return an error.

Signed-off-by: Daman Arora <aroradaman@gmail.com>
2024-04-27 22:55:35 +05:30