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
carlory
612fcdaf73
add a comment for features.Flexvolumes
2025-01-18 21:18:49 +08:00
carlory
b3fed90052
Remove unnecessary feature label Recreate
2025-01-17 16:44:31 +08:00
carlory
e68cc0a6ed
remove feature label FSGroup
2025-01-17 15:35:26 +08:00
Kubernetes Prow Robot
2d0a4f7556
Merge pull request #129166 from kannon92/move-node-features-to-features
...
[KEP-3041]: deprecate nodefeature for feature labels
2025-01-14 20:02:33 -08:00
Kevin Hannon
8495df64b2
deprecate nodefeature for feature labels
2024-12-17 13:58:12 -05:00
Kevin Hannon
6a608c3cdb
drop NodeSpecialFeature and NodeAlphaFeature from e2e-node
2024-12-16 09:29:04 -05:00
Kubernetes Prow Robot
12aaa88671
Merge pull request #125334 from jbtk/provider-removal
...
Remove provider specific operations from the autoscaling tests and fix the ones that were previously failing.
2024-12-16 04:44:50 +01:00
Kubernetes Prow Robot
e353b08327
Merge pull request #129134 from carlory/e2e-lifecycle
...
add comment for features.BootstrapTokens
2024-12-12 06:40:55 +00:00
carlory
e35c9b2cd2
add comment for features.BootstrapTokens
2024-12-10 11:54:42 +08:00
carlory
060c653b53
scheduling e2e tests: add feature-gate label when these tests depend feature-gate
2024-12-06 17:22:43 +08:00
Justyna Betkier
9dbdfe7ecb
Remove provider specific operations from the autoscaling tests and reintroduce the tests.
...
Note that these tests will take now more time to run as they are relying on the scale up and scale down to prepare the test case and restore the cluster state.
Remove all the gke and gce specific tests including:
- GPUs
- volumes (no way to provision volumes without provider specific
infrastructure)
- scale up/down from/to 0
- tests checking what happens after breaking nodes (no way to simulate
temporary network failure without provider assumptions)
Remove the scalability tests that were not run and unmaintained.
Update the autoscaler version that is used by the tests.
Update the autoscaler status parsing logic for the tests to pass with
newer version of autoscaler.
2024-11-21 13:46:51 +01:00
Paco Xu
03a15fa65d
Revert "[FG:InPlacePodVerticalScaling] Graduate to Beta"
2024-11-20 14:55:29 +08:00
Sergey Kanzhelev
a9c311b96a
static pod upgrade test with hostNetwork
2024-11-19 00:27:01 +00:00
Tim Allclair
4bbc6f1c2c
Move pod_resize tests out of alpha
2024-11-09 14:29:02 -08:00
Kubernetes Prow Robot
c25f5eefe4
Merge pull request #128407 from ndixita/pod-level-resources
...
[PodLevelResources] Pod Level Resources Feature Alpha
2024-11-08 07:10:50 +00:00
ndixita
99a6153a4f
e2e tests
...
Signed-off-by: ndixita <ndixita@google.com >
2024-11-08 03:00:54 +00:00
Kubernetes Prow Robot
4cf2818f96
Merge pull request #128240 from LionelJouin/KEP-4817
...
DRA: Implementation of ResourceClaim.Status.Devices (KEP-4817)
2024-11-08 02:21:24 +00:00
Kubernetes Prow Robot
fb033826a8
Merge pull request #128170 from sanposhiho/async-preemption
...
feature(KEP-4832): asynchronous preemption
2024-11-07 19:44:54 +00:00
Kubernetes Prow Robot
9660e5c4cd
Merge pull request #127360 from knight42/feat/split-stdout-stderr-server-side
...
API: add a new `Stream` field to `PodLogOptions`
2024-11-07 19:44:45 +00:00
Ben Luddy
42d3e9752c
Add E2E test for CBOR client compatibility with older apiservers.
...
Clients must be able to use CBOR without a guarantee that all apiservers support it. The apiserver
aggregation layer avoids changing in any way that would require an aggregated apiservers to be
updated. This end-to-end test verifies that a client's content negotiation behaviors continue to
work over time when communicating with a 1.17 sample-apiserver.
2024-11-07 09:22:44 -05:00
Lionel Jouin
8be335a755
[KEP-4817] E2E: Update ResourceClaim.Status.Devices
...
Signed-off-by: Lionel Jouin <lionel.jouin@est.tech >
2024-11-07 09:54:19 +01:00
Jian Zeng
1a2c557d44
test: add e2e test
...
Signed-off-by: Jian Zeng <anonymousknight96@gmail.com >
2024-11-07 13:52:16 +08:00
Kensei Nakada
08e8403e2e
feat: add the e2e test for the async preemption
2024-11-07 14:09:34 +09:00
Kevin Hannon
350b0d2b93
Revert "Graduate PodLifecycleSleepAction to GA"
2024-11-06 16:29:19 -05:00
AxeZhan
200a61b6b9
Graduate PodLifecycleSleepAction to GA
2024-11-02 11:05:36 +08:00
Kubernetes Prow Robot
b337f048db
Merge pull request #127094 from sreeram-venkitesh/4818-allow-zero-for-prestop-hook
...
KEP-4818: Relaxed validation for allowing zero in PreStop hook sleep action
2024-10-31 20:25:26 +00:00
Patrick Ohly
9a7e4ccab2
DRA admin access: add feature gate
...
The new DRAAdminAccess feature gate has the following effects:
- If disabled in the apiserver, the spec.devices.requests[*].adminAccess
field gets cleared. Same in the status. In both cases the scenario
that it was already set and a claim or claim template get updated
is special: in those cases, the field is not cleared.
Also, allocating a claim with admin access is allowed regardless of the
feature gate and the field is not cleared. In practice, the scheduler
will not do that.
- If disabled in the resource claim controller, creating ResourceClaims
with the field set gets rejected. This prevents running workloads
which depend on admin access.
- If disabled in the scheduler, claims with admin access don't get
allocated. The effect is the same.
The alternative would have been to ignore the fields in claim controller and
scheduler. This is bad because a monitoring workload then runs, blocking
resources that probably were meant for production workloads.
2024-10-29 09:50:11 +01:00
Kubernetes Prow Robot
eb10b9b979
Merge pull request #128107 from alaypatel07/kep-4017-integration-tests
...
[KEP-4017]: update e2e and integration test for PodIndexLabel
2024-10-25 20:18:52 +01:00
Alay Patel
0aa065ab7e
update e2e and integration test for PodIndexLabel
...
Signed-off-by: Alay Patel <alayp@nvidia.com >
2024-10-25 12:17:19 -04:00