Kubernetes Prow Robot
8d9ab38727
Merge pull request #134164 from arkadeepsen/fix-invalid-conntrack-bug
...
Track connection using IP+port in server to fix conntrack test flakes
2025-09-22 03:04:17 -07:00
arkadeepsen
fefcbdcff2
Bump image version
...
Signed-off-by: arkadeepsen <arsen@redhat.com >
2025-09-22 11:46:27 +05:30
arkadeepsen
d957c90153
Track connection using IP+port in server to fix conntrack test flakes
...
Signed-off-by: arkadeepsen <arsen@redhat.com >
Co-authored-by: Patryk Diak <pdiak@redhat.com >
2025-09-22 11:42:17 +05:30
Adrian Moisey
ea914d8077
Remove unused WaitForServiceEndpointsNum function
...
along with the now-unused countEndpointsSlicesNum function
2025-09-21 14:48:13 +02:00
Adrian Moisey
01f7de46f6
Replace deprecated WaitForServiceEndpointsNum call with WaitForEndpointCount
2025-09-21 14:47:03 +02:00
Kubernetes Prow Robot
faf249a3f0
Merge pull request #134166 from pohly/dra-e2e-node-registrar-cleanup
...
DRA E2E node: fix cleanup of tests using separate registrar
2025-09-20 01:58:12 -07:00
Patrick Ohly
343a5db965
DRA E2E node: fix cleanup of tests using separate registrar
...
8fed05c5b7 fixed the cleanup of tests which start
registrar and service in a single call. But tests which first started the
registrar and then the service separately still had the problem:
- registrar is started with test context
- pods remain running at end of test
- registrar stops because of test context cancellation
- pods remain pending despite deletion because the driver gets
unregistered (timing dependent, so this may have flaked)
The fix is to also clean up the registrar after the test, in reverse startup
order.
2025-09-19 18:47:21 +02:00
Kubernetes Prow Robot
b2f9a821ea
Merge pull request #133931 from ardaguclu/fix-flaky-all-logs
...
Wait the readiness of pods for all the containers generate logs
2025-09-19 04:20:12 -07:00
Arda Güçlü
883b9e570a
Wait the readiness of pods for all the containers generate logs
2025-09-19 13:25:50 +03:00
Kubernetes Prow Robot
58715a58da
Merge pull request #133620 from zeqian-meng/remove-rbd-image
...
Remove rbd image and storage class
2025-09-18 18:36:11 -07:00
Kubernetes Prow Robot
d7bd2b0343
Merge pull request #134030 from richabanker/update-metrics-docs
...
Update metrics docs list for v1.34
2025-09-18 08:04:15 -07:00
Heba
36e3adf318
Add e2e test for MaxUnavailable StatefulSet RollingUpdate ( #133717 )
...
* Add e2e test for MaxUnavailable rolling update
Signed-off-by: Heba Elayoty <heelayot@microsoft.com >
* Update test/e2e/apps/statefulset.go
Co-authored-by: Maciej Szulik <soltysh@gmail.com >
* Adress feedback comments
Signed-off-by: Heba Elayoty <heelayot@microsoft.com >
* address feedback
Signed-off-by: Heba Elayoty <heelayot@microsoft.com >
* expose poll interval as a param
Signed-off-by: Heba Elayoty <heelayot@microsoft.com >
* Update test/e2e/apps/statefulset.go
Co-authored-by: Maciej Szulik <soltysh@gmail.com >
* Update test/e2e/framework/statefulset/wait.go
Co-authored-by: Maciej Szulik <soltysh@gmail.com >
* fix pollinterval
Signed-off-by: Heba Elayoty <heelayot@microsoft.com >
* update time duration style
Signed-off-by: Heba Elayoty <heelayot@microsoft.com >
---------
Signed-off-by: Heba Elayoty <heelayot@microsoft.com >
Co-authored-by: Maciej Szulik <soltysh@gmail.com >
2025-09-18 03:53:42 -07:00
Kubernetes Prow Robot
d3cb6b539d
Merge pull request #133178 from liggitt/psa-emulation
...
make admission and pod-security-admission checks be informed by emulation version
2025-09-17 17:22:07 -07:00
Kubernetes Prow Robot
2c20282928
Merge pull request #133715 from cici37/MAPStorageVersionUpdate
...
Update MAP storage version to use v1beta1
2025-09-17 12:50:07 -07:00
Jordan Liggitt
4b0eeeb618
Make pod-security-admission honor emulation version
2025-09-17 15:32:32 -04:00
Jordan Liggitt
7f4ee652ea
Delete temporary ProbeHostPodSecurityStandards feature gate
2025-09-17 15:23:32 -04:00
Jordan Liggitt
55419eca7a
Plumb effective version into admission initializer
2025-09-17 15:23:31 -04:00
Kubernetes Prow Robot
ae5d650460
Merge pull request #134095 from dims/bump-to-golang-1.25.1-based-images
...
[go] Bump dependencies, images and versions used to Go 1.25.1 and distroless iptables
2025-09-17 11:26:17 -07:00
Ed Bartosh
871f87eaec
e2e_node: test DRA plugin gRPC connection reuse
...
Added e2e_node test to verify that the Kubelet establishes only
a single gRPC connection with the DRA plugin for all service calls
during the plugin lifecycle.
The test uses a custom listener to count accepted connections and
asserts that only one connection is used for NodePrepareResources,
NodeUnprepareResources, and NodeWatchResources calls.
2025-09-17 19:15:01 +03:00
Michael
69aca29e6d
Update kitten base image from agnhost:2.33 to agnhost:2.57 ( #133818 )
...
* Update kitten base image from agnhost:2.33 to agnhost:2.56
- Update BASEIMAGE from agnhost:2.33 to agnhost:2.56 for all platforms
- Bump VERSION from 1.7 to 1.8
- Addresses issue #131874 for updating outdated base images
agnhost:2.56 is the latest version providing updated functionality
and security fixes for the kitten test image.
* Update kitten base image from agnhost:2.56 to agnhost:2.57
- Update BASEIMAGE to use latest agnhost:2.57 across all platforms
2025-09-16 22:36:10 -07:00
Davanum Srinivas
3fc0498d6e
Bump distroless-iptables to v0.7.8
2025-09-16 17:16:06 -04:00
Richa Banker
c51a8734b1
Update documented metrics list
2025-09-16 11:52:14 -07:00
Hemant Kumar
f99cb99a1b
Wait for quota to report used before creating pvc
...
This should avoid races between pvc creation and quota creation
2025-09-15 13:16:22 -04:00
Kubernetes Prow Robot
c10a2932d4
Merge pull request #133952 from pacoxu/fix-image-name
...
fix CI failure: update pod image using the same one
2025-09-15 00:32:10 -07:00
Kubernetes Prow Robot
74c336734c
Merge pull request #133840 from OsamaNabih/update-nautilus-agnhost-version-to-2_56
...
Update Nautilus test BASEIMAGES agnhost from 2.33 to 2.57
2025-09-14 19:58:08 -07:00
Kubernetes Prow Robot
f945dc402b
Merge pull request #134047 from pohly/dra-e2e-node-metric-flake
...
DRA E2E node: fix test cleanup
2025-09-14 19:08:08 -07:00
Osama Nabih
a825c72697
Update agnhost to version 2.57
...
Signed-off-by: Osama Nabih <nabih_the_4th@yahoo.com >
2025-09-14 18:43:59 +03:00
Kubernetes Prow Robot
58f2d96901
Merge pull request #134028 from richabanker/etcd-metrics-deprecation
...
Set the deprecated version=1.34.0 for apiserver_storage_objects metric
2025-09-14 01:42:07 -07:00
Kubernetes Prow Robot
08bf6408af
Merge pull request #133800 from oyiz-michael/update-iscsi-volume-baseimage-fedora42
...
Update volume/iscsi base image from fedora:38 to fedora:42
2025-09-13 04:24:06 -07:00
Kubernetes Prow Robot
c475dd271b
Merge pull request #134014 from toVersus/fix/downward-api-flake
...
deflake e2e tests: Pod Level Resources Downward API
2025-09-12 15:24:06 -07:00
Kubernetes Prow Robot
b7f44cfc17
Merge pull request #134042 from Karthik-K-N/fix-node-test
...
Explicitly set TerminationGracePeriodSeconds for mirror pod
2025-09-12 13:24:07 -07:00
Patrick Ohly
8fed05c5b7
DRA E2E node: fix test cleanup
...
dd9917ddce fixed one test which did not wait for
pods to be deleted and then, depending on the timing, left ResourceClaims
prepared because the driver stopped before kubelet could call
NodeUnprepareResources.
But this is a more systematic issue also with other tests, so now the any test
which starts a DRA plugin automatically uses the same common cleanup code:
- delete pods in the test names
- wait for the driver to not have any active ResourceClaims
- stop the driver
2025-09-12 18:43:35 +02:00
Kubernetes Prow Robot
118e833a0d
Merge pull request #133687 from soltysh/drop_PodIndexLabel
...
Drop PodIndexLabel after the feature GA-ed in 1.32
2025-09-12 07:30:11 -07:00
Kubernetes Prow Robot
08bc37c755
Merge pull request #134021 from pohly/scheduler-perf-gc
...
scheduler_perf: run garbage collection before measurement
2025-09-12 03:18:15 -07:00
Kubernetes Prow Robot
601068b889
Merge pull request #134018 from tico88612/cleanup/new-indexer-informer-watcher-replace
...
Replace NewIndexerInformerWatcher with NewIndexerInformerWatcherWithLogger
2025-09-12 03:18:08 -07:00
Karthik Bhat
4e907fad15
Explicitly set TerminationGracePeriodSeconds for mirror pod
2025-09-12 15:16:31 +05:30
Kubernetes Prow Robot
2d9ffdfec1
Merge pull request #134006 from pacoxu/kubelet-config-e2e
...
node_e2e: fix kubelet configuration setup
2025-09-11 20:08:06 -07:00
Paco Xu
455a437674
node_e2e: fix kubelet configuration setup
2025-09-12 09:26:17 +08:00
Richa Banker
476325f6e5
Specify the deprecated version of apiserver_storage_objects metric
2025-09-11 16:25:39 -07:00
Kubernetes Prow Robot
1d80f35350
Merge pull request #132791 from bitoku/cpu-weight
...
Update pod resize test to accept new cpu.weight conversion.
2025-09-11 16:20:08 -07:00
Kubernetes Prow Robot
d602326b87
Merge pull request #133363 from yliaog/implicit
...
Allow implicit extended resource name to be used no matter explicit extendedResourceName field is set or not in device class
2025-09-11 13:40:07 -07:00
Kubernetes Prow Robot
69e637f24c
Merge pull request #131755 from jpbetz/openapi-type-name-gen
...
Allow OpenAPI model package names to be declared by APIs
2025-09-11 12:26:08 -07:00
Kubernetes Prow Robot
ca78eafa24
Merge pull request #134010 from pohly/scheduler-perf-docs
...
scheduler_perf: KUBE_CACHE_MUTATION_DETECTOR=false in docs
2025-09-11 11:36:14 -07:00
ChengHao Yang
029d314e15
Replace NewIndexerInformerWatcher with NewIndexerInformerWatcherWithLogger
...
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com >
2025-09-12 01:44:02 +08:00
Maciej Szulik
46cc610e6f
Drop PodIndexLabel after the feature GA-ed in 1.32
...
Signed-off-by: Maciej Szulik <soltysh@gmail.com >
2025-09-11 19:32:48 +02:00
Patrick Ohly
16fa150182
scheduler_perf: run garbage collection before measurement
...
The startup phase may have allocated memory that can be garbage-collected.
Forcing GC to run before measurements avoids noise if the garbage collection
kicks in during the measurement and potentially reduces the heap size reported
by metrics.
The exact effect has not been measured, it just seems useful.
2025-09-11 19:25:20 +02:00
Kubernetes Prow Robot
e7d7d8984e
Merge pull request #133996 from macsko/disable_too_short_scheduler_perf_workloads
...
Disable too short scheduler_perf workloads
2025-09-11 09:28:07 -07:00
Tsubasa Nagasawa
ecff35e2fb
deflake e2e tests: set cpu requests to avoid out of cpu
...
Pod Level Resources Downward API has two test cases. In each
test, a Pod is created with only CPU limits of 1250m specified.
Since CPU limits are set, the CPU requests also default to 1250m.
With a Node capacity of 2000m, two 1250m Pods cannot be scheduled,
which appears to cause the OutOfCpu error.
2025-09-11 21:44:44 +09:00
Maciej Skoczeń
0c0acbc535
Disable too short scheduler_perf workloads
2025-09-11 11:48:45 +00:00
Kubernetes Prow Robot
7d8551ad4e
Merge pull request #133790 from Jpsassine/fix-leaky-resource-health-test
...
Fix flaky resource claim metrics test
2025-09-11 04:40:07 -07:00