Commit Graph

25876 Commits

Author SHA1 Message Date
joey
40dd01fdbd add e2e test for restart kubelet
when nodes removes the label that satisfies the pod affinity, the running pods are not affected, but restarting the kubelet will kill these pods.

Signed-off-by: joey <zchengjoey@gmail.com>
2024-09-14 15:17:58 +08:00
Jeffrey Ying
894960177a Update VERSION to 1.31.1 for sample-apiserver 2024-09-12 13:08:21 -04:00
Jeffrey Ying
4d063b63cb Bump sample-apiserver test image to 1.31 2024-09-12 13:05:53 -04:00
Kubernetes Prow Robot
ed92309dfa Merge pull request #127253 from alculquicondor/mimowo_job
Nominate mimowo to approvers of job controller
2024-09-12 17:09:13 +01:00
Adrian Moisey
8e3adc4df6 KEP-4427 : AllowRelaxedDNSSearchValidation (#127167)
* KEP-4427 : AllowRelaxedDNSSearchValidation

* Add e2e test with feature gate to test KEP-4427 RelaxedDNSSearchValidation

* Add more validatePodDNSConfig test cases

Also update Regex to match the case we want.

Thanks Tim and Antonio!
2024-09-12 09:41:19 +01:00
Kevin
234c055205 Use logger context in job controller tests
Signed-off-by: Kevin <kpostlet@redhat.com>
2024-09-11 15:47:12 -04:00
Kubernetes Prow Robot
ebe3404b5a Merge pull request #126439 from kaisoz/improve-job-test-runtime
Improve Job integration tests runtime by reusing apiserver within each test
2024-09-11 19:03:13 +01:00
Kubernetes Prow Robot
c3ebd95c83 Merge pull request #127236 from macsko/scheduler_perf_test_case_for_hints_memory_leak_scenario
Add scheduler_perf test case for queueing hints memory leak scenario
2024-09-11 16:03:11 +01:00
Kubernetes Prow Robot
91dcb61288 Merge pull request #127196 from byako/draplugin-arguments-sanitization
Fail draplugin PublishResources without nodeName or kubeclient
2024-09-11 13:35:12 +01:00
Kubernetes Prow Robot
5639b4b29c Merge pull request #127019 from carlory/remove-fg-NodeOutOfServiceVolumeDetach
Remove generally available feature gate NodeOutOfServiceVolumeDetach
2024-09-11 12:29:12 +01:00
Tomas Tormo
99eea8054b Improve Job integration tests runtime 2024-09-11 10:45:29 +00:00
Kubernetes Prow Robot
1d3c003c8f Merge pull request #127267 from macsko/measure_evet_handling_and_qhints_duration_metrics_scheduler_perf
Measure event_handling and QHints duration metrics in scheduler_perf
2024-09-11 08:56:41 +01:00
Kubernetes Prow Robot
8e4d638e31 Merge pull request #126863 from carlory/MinDomainsInPodTopologySpread
Remove generally available feature gate MinDomainsInPodTopologySpread
2024-09-11 08:56:32 +01:00
Alexey Fomenko
87871bd3ae Return an error from draplugin.PublishResources
When draplugin was instanciated without nodeName or kubeclient
options, an error is returned when PublishResources is called.

E2E: Update DRA test app to support error from PublishResources

Signed-off-by: Alexey Fomenko <alexey.fomenko@intel.com>
2024-09-11 08:50:06 +03:00
Kubernetes Prow Robot
5baa0623f9 Merge pull request #127255 from ii/promote-node-lifecycle-test
Promote Node lifecycle e2e test to Conformance
2024-09-10 20:14:41 +01:00
Maciej Skoczeń
c1f7b8e9f1 Measure event_handling and QHints duration metrics in scheduler_perf 2024-09-10 10:45:19 +00:00
Maciej Skoczeń
dba24fde78 Add scheduler_perf test case for queueing hints memory leak scenario 2024-09-10 08:15:10 +00:00
Kubernetes Prow Robot
abc056843c Merge pull request #127238 from macsko/make_scheduler_perf_integration_tests_shorter
Make scheduler_perf integration tests shorter
2024-09-10 03:17:14 +01:00
Kubernetes Prow Robot
36fafafdb0 Merge pull request #126318 from hoskeri/node-self-register-continue-on-forbidden
node self-register continue if CREATE is 403.
2024-09-10 00:30:35 +01:00
Kubernetes Prow Robot
1fdb8e3fac Merge pull request #126991 from carlory/fix-126956
e2e-node: should succeed with multiple pods and same image
2024-09-09 23:24:39 +01:00
Stephen Heywood
ca0b314975 Promote Node lifecycle e2e test to Conformance 2024-09-10 09:59:59 +12:00
Aldo Culquicondor
637be82479 Add mimowo to approvers of job controller and its integration tests
Change-Id: Ie834aff7070685757c55b7fbcea3bcdef223f6b8
2024-09-09 20:12:02 +00:00
Kubernetes Prow Robot
0c5e832aa2 Merge pull request #127154 from macsko/check_if_inflight_events_empty_in_testcase_end_scheduler_perf
Check if InFlightEvents is empty after scheduler_perf workload
2024-09-09 20:43:33 +01:00
Kubernetes Prow Robot
304d025e26 Merge pull request #127241 from aojea/with_feature_gate
With feature gate
2024-09-09 18:19:15 +01:00
Devan Goodwin
b0c3d93d2f Fix invalid label use in validatingadmissionpolicy e2e
If this fallback code was hit, it would always fail due to invalid text
in a label.
2024-09-09 09:08:17 -03:00
Antonio Ojea
2c38ae726a fix typo on ServiceCIDR e2e test title 2024-09-09 11:06:52 +00:00
Antonio Ojea
93aa0b056e add feature gate to ServiceCIDR e2e test 2024-09-09 11:06:33 +00:00
Kubernetes Prow Robot
17bae91f20 Merge pull request #127088 from sanposhiho/fix-test
fix: run a test for requeueing with PreFilterResult correctly
2024-09-09 11:32:34 +01:00
Maciej Skoczeń
ccf86f1709 Make scheduler_perf integration tests shorter 2024-09-09 09:32:13 +00:00
Kubernetes Prow Robot
cd30cf1867 Merge pull request #127141 from aojea/e2e_images_cleanup
remove unused images cuda-vector-add
2024-09-09 09:18:28 +01:00
杨朱 · Kiki
c6904b76d3 Update test/e2e_node/image_volume.go
Co-authored-by: Sascha Grunert <sgrunert@redhat.com>
2024-09-09 16:02:01 +08:00
Maciej Skoczeń
7d4c713520 Check if InFlightEvents is empty after scheduler_perf workload 2024-09-09 08:00:34 +00:00
Kubernetes Prow Robot
92507eaabe Merge pull request #127166 from cpanato/update-setcap
update debian-base and setcap to bookworm-v1.0.4
2024-09-09 04:56:33 +01:00
carlory
8121bc99a8 e2e-node: should succeed with multiple pods and same image
Co-authored-by: Ed Bartosh <eduard.bartosh@intel.com>
2024-09-09 10:32:27 +08:00
Antonio Ojea
e90b6b969e fix spelling error 2024-09-08 14:00:09 +00:00
Antonio Ojea
f299473ce4 fix linter errors 2024-09-08 12:32:11 +00:00
Antonio Ojea
853b24b398 adapt iperf2 parser to new version format 2024-09-08 11:47:33 +00:00
Kensei Nakada
24a14aa810 fix: run a test for requeueing with PreFilterResult correctly 2024-09-07 23:52:45 +09:00
Kubernetes Prow Robot
f5c5384181 Merge pull request #124852 from claudiubelu/e2e-etc-hosts-test
e2e tests: Enables should test kubelet managed /etc/hosts file for Windows
2024-09-07 03:55:02 +01:00
Kubernetes Prow Robot
49f486dafa Merge pull request #127018 from saschagrunert/imagevolume-selinux
Allow using SELinux on image volume e2e test
2024-09-06 19:01:34 +01:00
Kubernetes Prow Robot
32077a1c00 Merge pull request #127135 from tenzen-y/increase-job-integraion-qps-and-burst
JobIntegrationTest: Increase the restConfig QPS and Burst parameters
2024-09-06 14:29:49 +01:00
Kubernetes Prow Robot
2108e54f52 Merge pull request #127130 from saku3/add_test_nodeports
add integration test for nodeports in requeueing scenarios
2024-09-06 11:00:15 +01:00
Kubernetes Prow Robot
2ee6b6305f Merge pull request #127176 from nojnhuh/dra-e2e
embed DRA test manifests in conformance binary
2024-09-06 09:47:50 +01:00
Maciej Skoczeń
3047ab73f5 Reset only metrics configured in collector before the createPodsOp 2024-09-06 08:26:20 +00:00
yusuke.sakurai
27a8ef8c52 add integration test for nodeports in requeueing scenarios 2024-09-06 13:07:54 +09:00
Jon Huhn
1779104fbc embed DRA test manifests in conformance binary 2024-09-05 19:09:17 -05:00
Yuki Iwai
61c9d67652 JobIntegrationTest: Increase the restConfig QPS and Burst parameters
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-09-06 05:46:11 +09:00
cpanato
e09c28ec69 update debian-base and setcap to bookworm-v1.0.4
Signed-off-by: cpanato <ctadeu@gmail.com>
2024-09-05 14:09:04 -06:00
Hemant Kumar
f5ee407b13 Bump images for gce-pd driver too 2024-09-05 14:37:53 -04:00
Hemant Kumar
d4363c8db5 Update hostpath plugin 2024-09-05 14:34:09 -04:00