Davanum Srinivas
d50e1a684c
Ensure all the files have the updated sorting
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2025-06-27 11:13:50 -04:00
Kubernetes Prow Robot
9ad46596d2
Merge pull request #129680 from carlory/rm-feature-label-NodeOutOfServiceVolumeDetach
...
Remove feature label NodeOutOfServiceVolumeDetach
2025-06-12 00:44:56 -07:00
Kubernetes Prow Robot
4db16edaa8
Merge pull request #132054 from HirazawaUi/promote-4369-to-ga
...
[KEP-4369]: Graduate RelaxedEnvironmentVariableValidation to GA
2025-06-10 11:19:02 -07:00
Kubernetes Prow Robot
11c5a45171
Merge pull request #131490 from aroradaman/skip-nfacct-test
...
kube-proxy: conditionally skip e2e
2025-06-09 07:42:24 -07:00
HirazawaUi
6a4751da7f
Graduate RelaxedEnvironmentVariableValidation Feature gate to GA
2025-06-07 20:32:03 +08:00
Maciej Szulik
2bf3d8b733
KEP-3335: drop StatefulSetStartOrdinal feature gate
...
Signed-off-by: Maciej Szulik <soltysh@gmail.com >
2025-06-05 14:02:44 +02:00
Fabio Bertinatto
466fb81528
test/e2e/apimachinery/namespace.go: make OrderedNamespaceDeletion test serial
...
With OrderedNamespaceDeletion enabled by default, the namespace
controller now deletes resources before deleting the namespace itself.
At the same time, some existing tests create many resources. When
those tests finish around the same time, the namespace controller can
become overloaded. As a result, it may take longer to start deleting
resources created by this test.
Initially, this patch increased the test timeout to account for that
delay. However, the test still flaked in 1 out of 10 jobs, which
suggests increasing the timeouts isn't enough.
Once the test was made serial, no flakes were observed.
2025-06-03 15:58:41 -03:00
Patrick Ohly
b09d034a57
DRA E2E: revise test labeling
...
We only need one special "DynamicResourceAllocation" feature for the optional
node support of DRA (plugin registration, CDI support in the container
runtime). For individual features, the automatic labeling through
WithFeatureGate is sufficient.
To find DRA-related tests in a label filter, instead of plain-text "DRA" a
"DRA" label now gets added.
This change depends on an update of the DRA jobs.
2025-05-09 11:33:04 +02:00
Daman Arora
62ddcfba57
kube-proxy: conditionally skip e2e
...
Conditionally skip instead of failing when nfacct test when the required
metric is not present. The only case when the metric will not be registered
by kube-proxy is when nfacct subsystem is not supported on the node, we
skip the test in that case.
Signed-off-by: Daman Arora <aroradaman@gmail.com >
2025-04-28 20:35:19 +05:30
carlory
7c53a5aaa4
Remove feature label NodeOutOfServiceVolumeDetach
2025-04-24 14:54:41 +08:00
Kubernetes Prow Robot
f3d42bc845
Merge pull request #131141 from rphillips/fix_test_case_kubelet_authz_endpoint
...
kubelet: update kubelet_authz to new test framework
2025-04-23 17:08:30 -07:00
Jordan Liggitt
95b926c93a
Feature-gate watchlist e2e
2025-04-19 17:18:31 -04:00
Ryan Phillips
58ff3129ad
update kubelet_authz.go to new test framework
2025-04-03 15:57:08 -05:00
Kubernetes Prow Robot
c90a4b16b6
Merge pull request #130945 from danwinship/prefersame-e2e-test
...
e2e testing for PreferSameZone/PreferSameNode
2025-03-25 18:12:34 -07:00
Kubernetes Prow Robot
ff25881bc1
Merge pull request #130556 from sreeram-venkitesh/kep-4960-container-stop-signals
...
KEP 4960: Container Stop Signals
2025-03-24 16:36:32 -07:00
Sreeram
f035e37c4b
Added e2e test and fixed existing pod test
2025-03-25 02:05:30 +05:30
Jean-Marc François
4db8e8cc1d
Add configurable tolerance e2e test.
2025-03-21 18:48:38 -04:00
Kubernetes Prow Robot
dd43c3d29d
Merge pull request #130953 from tallclair/ippr-e2e
...
Run in-place resize tests in default CI jobs
2025-03-21 12:18:31 -07:00
Kevin Hannon
a237f429fc
Revert "Separate SeparateDiskTests from eviction"
2025-03-21 12:29:30 -04:00
carlory
a9526f6c7e
add comment to the CPUManager feature label
...
Signed-off-by: carlory <baofa.fan@daocloud.io >
2025-03-21 10:42:32 +08:00
Tim Allclair
6873e81929
Run in-place resize tests in default CI jobs
2025-03-20 14:44:37 -07:00
Dan Winship
2670462eb0
Remove TopologyHints and TrafficDistribution feature flags
...
The features are always enabled, so the tests don't need to be
conditional.
2025-03-20 15:06:33 -04:00
Kubernetes Prow Robot
ba742a9aec
Merge pull request #129574 from p-shah256/imagefs-tests
...
Separate SeparateDiskTests from eviction
2025-03-19 20:12:33 -07:00
Kubernetes Prow Robot
ab3cec0701
Merge pull request #130447 from pohly/dra-device-taints
...
device taints and tolerations (KEP 5055)
2025-03-19 13:00:32 -07:00
Patrick Ohly
2499663b84
DRA E2E: tests for device taints
2025-03-19 09:18:38 +01:00
Kubernetes Prow Robot
6396fa0f77
Merge pull request #130860 from carlory/remove-storage-feature-labels
...
e2e tests: remove unneeded storage feature label
2025-03-17 20:27:56 -07:00
Kevin Hannon
aa187d2d5a
add separate container runtime filesystem tests
2025-03-17 12:07:10 -04:00
carlory
8c9452f4ca
e2e tests: remove unneeded storage feature label
2025-03-17 11:57:18 +08:00
carlory
3e70a1bc9c
remove unneeded e2e features
...
Signed-off-by: carlory <baofa.fan@daocloud.io >
2025-03-14 14:50:35 +08:00
Jefftree
9eef88c844
Add CLE e2e tests
2025-03-11 20:54:45 +00:00
Kubernetes Prow Robot
cad46631a8
Merge pull request #130655 from BenTheElder/pr130580
...
Set [Feature:OffByDefault] when WithFeatureGate receives an off-by-default feature gate
2025-03-10 13:31:46 -07:00
Jordan Liggitt
628d107b61
Switch cluster trust bundle e2e tests to generic alpha feature + feature gates
...
This relies on WithFeatureGate adding [Feature:OffByDefault]. Without that, the
test would start to run in jobs which don't enable the feature.
2025-03-10 12:04:04 -07:00
Kubernetes Prow Robot
2effa5e3cf
Merge pull request #130352 from natasha41575/kubelet-pod-observedgen
...
[FG:PodObservedGenerationTracking] Kubelet sets pod `status.observedGeneration` when updating the pod status
2025-03-07 13:33:45 -08:00
Kubernetes Prow Robot
9d45ea8b9d
Merge pull request #128586 from mortent/DRAPrioritizedList
...
Prioritized Alternatives in Device Requests
2025-03-06 21:01:44 -08:00
Natasha Sarkar
40e7d88f02
Kubelet sets pod.status.observedGeneration behind FG
2025-03-06 22:31:04 +00:00
Kubernetes Prow Robot
4f3fd12bc1
Merge pull request #130116 from AkihiroSuda/rro
...
KEP-3857: Recursive Read-only (RRO) mounts: promote to GA
2025-03-03 19:55:49 -08:00
Kubernetes Prow Robot
b9343dd366
Merge pull request #130477 from cici37/mapTest
...
Add e2e test for MutatingAdmissionPolicy.
2025-03-03 18:47:42 -08:00
Cici Huang
ea3fa1c519
Add e2e test for MutatingAdmissionPolicy.
2025-03-03 09:21:01 -08:00
Morten Torkildsen
7555cbca90
DRA: Updates the e2e tests for Prioritized Alternatives in Device Requests
2025-02-28 19:33:20 +00:00
carlory
28d359beec
promote HonorPVReclaimPolicy to GA
...
Signed-off-by: carlory <baofa.fan@daocloud.io >
2025-02-27 14:01:22 +08:00
Kubernetes Prow Robot
b38bf6c312
Merge pull request #130035 from cici37/nsDeletion
...
[KEP-5080]Ordered Namespace Deletion
2025-02-26 10:16:30 -08:00
Cici Huang
e1b3c8fd9b
Add e2e test
2025-02-20 21:00:01 -08:00
Kubernetes Prow Robot
9f2629123f
Merge pull request #129940 from vinayakankugoyal/gen
...
cleanup: Remove unused service account creation from node_authn.go
2025-02-14 07:46:21 -08:00
Vinayak Goyal
453e22a166
Remove unused service account creation from node_authn.go
2025-02-13 19:27:33 +00:00
Akihiro Suda
d6a6dda2fa
KEP-3857: Recursive Read-only (RRO) mounts: promote to GA
...
Discussed in kubernetes/enhancements PR 5157
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp >
2025-02-13 20:43:35 +09:00
Kubernetes Prow Robot
a376ae5dad
Merge pull request #128845 from SergeyKanzhelev/staticPodUpgrade
...
static pod upgrade test with hostNetwork
2025-02-03 23:30:58 -08:00
Kubernetes Prow Robot
2bda5dd8c7
Merge pull request #129656 from vinayakankugoyal/kep2862beta
...
KEP-2862: Graduate to BETA.
2025-01-27 19:05:23 -08:00
Vinayak Goyal
3a780a1c1b
KEP-2862: Graduate to BETA.
2025-01-24 21:36:00 +00:00
Kubernetes Prow Robot
32130691a4
Merge pull request #129678 from carlory/fsgroup
...
remove feature label FSGroup
2025-01-20 03:04:36 -08:00
Kubernetes Prow Robot
8b1fe81dfa
Merge pull request #129681 from carlory/remove-Recreate
...
Remove unnecessary feature label Recreate
2025-01-19 09:32:35 -08:00