Kubernetes Prow Robot
b2817dc432
Merge pull request #125040 from carlory/fix-125012
...
Fix kubelet on Windows fails if a pod has SecurityContext with RunAsUser
2024-05-27 04:58:20 -07:00
Kubernetes Prow Robot
ec93d3b71a
Merge pull request #123160 from bart0sh/PR133-e2e-node-device-plugin-fix-features
...
e2e_node: fix DevicePlugin feature flags
2024-05-24 09:23:10 -07:00
Kubernetes Prow Robot
e0e6c9633d
Merge pull request #125112 from neolit123/1.31-add-v-to-windows-pause-after-promo
...
dependencies: start using registry.k8s.io/pause:3.10
2024-05-24 03:55:56 -07:00
Lubomir I. Ivanov
5e290ebc90
switch k/k to pause version 3.10
2024-05-24 10:02:51 +03:00
Antonio Ojea
5221df5074
add logging on e2e loadbalancer test
2024-05-23 23:32:08 +00:00
carlory
3812fa1d6d
Fix kubelet on Windows fails if a pod has SecurityContext with RunAsUser.
...
Co-authored-by: rphillips <rphillips@redhat.com >
2024-05-23 12:44:51 +08:00
Kubernetes Prow Robot
df35f179ba
Merge pull request #125077 from eddiezane/ez/fix-test-simple-pod
...
Reduce file descriptors created in test
2024-05-22 17:49:27 -07:00
Eddie Zaneski
49f85ca854
Reduce file descriptors created in test
...
Signed-off-by: Eddie Zaneski <eddiezane@gmail.com >
2024-05-22 16:35:37 -06:00
Benjamin Elder
12cbad2110
kubectl logs test: use agnhost pause instaed of fixed duration sleep
2024-05-22 12:40:56 -07:00
Eddie Zaneski
411e0094ac
Prevent pods from completing before test runs
...
Signed-off-by: Eddie Zaneski <eddiezane@gmail.com >
2024-05-21 16:49:34 -06:00
Kubernetes Prow Robot
c0f4879164
Merge pull request #123557 from iholder101/swap/enhance-swap-functests-serial
...
[Swap][Tests][KEP2400] Add swap serial stress tests, improve NodeConformance tests and adapt NoSwap behavior
2024-05-21 05:44:35 -07:00
Itamar Holder
13403e836a
Fix swap feature gate check by introduting IsFeatureGateEnabled()
...
Signed-off-by: Itamar Holder <iholder@redhat.com >
2024-05-21 11:19:54 +03:00
Itamar Holder
9f344f23fb
Add NodeSwap as a node feature in nodefeature.go
...
Also, Remove wrong documentation about
tempSetCurrentKubeletConfig() returning bool
Signed-off-by: Itamar Holder <iholder@redhat.com >
2024-05-21 11:19:54 +03:00
Lukasz Szaszkiewicz
9248cccc27
replace ENABLE_CLIENT_GO_WATCH_LIST_ALPHA with WatchListClient gate
2024-05-21 08:47:31 +02:00
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