From 535c0a7ba2fb413dd6563254fa92400ef0a2b4a8 Mon Sep 17 00:00:00 2001 From: Mykhailo Bobrovskyi Date: Wed, 18 Sep 2024 15:21:12 +0300 Subject: [PATCH] Update "KEP-168-2: Pending-workloads-visibility" before graduation to Beta. --- keps/168-2-pending-workloads-visibility/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/keps/168-2-pending-workloads-visibility/README.md b/keps/168-2-pending-workloads-visibility/README.md index 2b416f608c..83e89a6eeb 100644 --- a/keps/168-2-pending-workloads-visibility/README.md +++ b/keps/168-2-pending-workloads-visibility/README.md @@ -267,13 +267,14 @@ We plan on adding sanity e2e tests, and RBAC e2e tests. The e2e RBAC tests shoul First iteration (0.9): - Release the API in beta and guarantee backwards compatibility, - Merge the visibility-api.yaml into the main manifests.yaml, -- Consider introducing FlowScheme and PriorityLevelConfiguration to allow admins to easily tune API priorities. +- Create separate manifests for both FlowSchema and PriorityLevelConfiguration in versions v1 and v1beta3. Second iteration (0.10): - Drop the alpha API version. #### GA -- Reconsider introducing a throttling mechanism, +- Merge the FlowSchema and PriorityLevelConfiguration v1 manifests into the installation manifests once the latest Kubernetes version (1.28) no longer supports v1, +- Reconsider introducing a throttling mechanism. ## Implementation History