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
c8e91b9bc2
CephRBD volume plugin ( ) and its csi migration support were removed in this release
2024-05-09 22:55:34 +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
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
joey
cc19b33a95
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
...
Signed-off-by: joey <zchengjoey@gmail.com >
2024-04-27 09:43:23 +08:00
Antonio Ojea
484f8bc54b
tag TrafficDistribution tests to avoid running on clusters without the feature enabled
2024-04-26 17:15:35 +00:00
Justyna Betkier
a484bb94c2
Fix linter issues
2024-04-25 13:34:30 +02:00
Justyna Betkier
8ba3327de7
Append both env variables instead of fetching twice and overriding them.
...
Previously the second line would fetch the clean environment variables
and drop the changes from the first line.
2024-04-25 13:34:30 +02:00
Kubernetes Prow Robot
0a6101636d
Merge pull request #123930 from Nordix/esotsal/fix_123928
...
Move DockerHung test in the end
2024-04-24 14:29:38 -07:00
Kubernetes Prow Robot
15ee05afd4
Merge pull request #124471 from aojea/zero_e2e
...
don't force delete pods on e2e tests
2024-04-23 09:29:25 -07:00
Kubernetes Prow Robot
7fa3098a9d
Merge pull request #124161 from aojea/lb_timeout
...
fix e2e loadbalancer test timeouts and assumptions
2024-04-23 09:29:16 -07:00
Antonio Ojea
06457a5219
don't force delete pods on e2e tests
2024-04-23 11:56:44 +00:00
Kubernetes Prow Robot
76de052680
Merge pull request #124346 from jwcesign/master
...
upgrade: upgrade dependencies github.com/prometheus/common to the newest version
2024-04-22 07:11:25 -07:00
huweiwen
6ec421e2cf
test/e2e: do not use global variable for image
...
We have "-kube-test-repo-list" command line flag to override the image registry. If we store it in global variable, then that overriding cannot take effect.
And this can cause puzzling bugs, e.g.: containerIsUnused() function will compare incorrect image address.
2024-04-22 19:29:39 +08:00
carlory
a8f7ff8ad6
remove ScopeSelectors e2e feature label
2024-04-22 18:15:10 +08:00
Kubernetes Prow Robot
cb3bd5bc41
Merge pull request #124205 from mkarrmann/wait-for-pods-e2e-cleanup-111092
...
chore/refactor(e2e tests): Solidify Contract for and Cleanup WaitForPodsRunningReady
2024-04-22 01:24:24 -07:00
Kubernetes Prow Robot
c1924df0a8
Merge pull request #124421 from danwinship/pod-host-ips-test
...
Fix up pod hostIPs e2e
2024-04-21 20:09:33 -07:00
Kubernetes Prow Robot
5514277007
Merge pull request #124422 from danwinship/windows-hybrid-e2e-tags
...
Fix networking feature tags in Windows hybrid network e2e
2024-04-21 18:39:39 -07:00
Dan Winship
52e88157b8
Document sig-network e2e features
2024-04-20 11:37:53 -04:00
Dan Winship
4a1058daa1
Fix networking feature tags in Windows hybrid network e2e
2024-04-20 11:24:50 -04:00
Dan Winship
01c7378531
Fix up pod hostIPs e2e
...
- The feature is GA so there's no feature gate so it doesn't need any
special label now.
- The test is not dual-stack-specific, so it shouldn't claim to be.
- It asserted node-IP-assigning behavior that is not guaranteed to
work on all clouds. (Among other things: that there are no "extra"
InternalIPs, and that there are InternalIPs of every supported IP
family, rather than there only being ExternalIPs of some families.)
2024-04-20 10:31:29 -04:00
Dan Winship
a1c1ef31df
Remove unnecessary e2e feature.UDP
...
[Feature:UDP] was probably added in the past by analogy to
[Feature:SCTP], but is unnecessary since UDP support has always been
required.
2024-04-20 10:02:59 -04:00
jwcesign
f0aa62bc96
upgrade: upgrade dependencies github.com/prometheus/common to the newest version
...
Signed-off-by: jwcesign <jwcesign@gmail.com >
2024-04-20 09:53:16 +08:00
Patrick Ohly
77341f7595
DRA: remove support for v1alpha2 kubelet API
...
The v1alpha2 API is several releases old. No current drivers should still
depend on it.
2024-04-19 18:27:05 +02:00
Kubernetes Prow Robot
5e229a02d3
Merge pull request #124185 from aojea/e2e_stress_remotecommand
...
e2e test to execute 1000 times in a container with concurrency 10
2024-04-19 05:17:57 -07:00