From c6d69a727ebf56681a7d615c4f6234e4de86a5ec Mon Sep 17 00:00:00 2001 From: Roman Bednar Date: Wed, 15 Jun 2022 08:11:35 +0200 Subject: [PATCH] Address review comments 5 --- .../3333-reconcile-default-storage-class/README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/keps/sig-storage/3333-reconcile-default-storage-class/README.md b/keps/sig-storage/3333-reconcile-default-storage-class/README.md index 5cc58eb1872..504f766039d 100644 --- a/keps/sig-storage/3333-reconcile-default-storage-class/README.md +++ b/keps/sig-storage/3333-reconcile-default-storage-class/README.md @@ -24,7 +24,6 @@ - [Alpha](#alpha) - [Beta](#beta) - [GA](#ga) - - [Deprecation](#deprecation) - [Upgrade / Downgrade Strategy](#upgrade--downgrade-strategy) - [Version Skew Strategy](#version-skew-strategy) - [Production Readiness Review Questionnaire](#production-readiness-review-questionnaire) @@ -280,10 +279,10 @@ ones. - Feature implemented behind a feature flag. - Initial integration tests completed and enabled. +- Implement and enable e2e tests, visible in Testgrid and linked in KEP. #### Beta -- Implement and enable e2e tests, visible in Testgrid and linked in KEP. - Scalability tests with existing framework ([perf-tests](https://github.com/kubernetes/perf-tests/tree/81c96c34e3c1f11c5fe91744ef7ce7bf44c2fe5c/clusterloader2/testing/experimental/storage/pod-startup/volume-types/persistentvolume)). - Allowing time for feedback (at least 2 releases between beta and GA). - No conformance tests, since we don't test StorageClasses there. @@ -294,14 +293,6 @@ ones. - No users complaining about the new behavior. -#### Deprecation - -- Announce deprecation and support policy of the existing flag. -- Two versions passed since introducing the functionality that deprecates the - flag (to address version skew). -- Address feedback on usage/changed behavior, provided on GitHub issues. -- Deprecate the flag. - ### Upgrade / Downgrade Strategy No change in cluster upgrade / downgrade process.