From aff0e8cefc23b53ed02a9d29baf7529e1659eaf8 Mon Sep 17 00:00:00 2001 From: Sergey Kanzhelev Date: Fri, 7 Oct 2022 21:05:39 +0000 Subject: [PATCH] change status to implementable for feature tags alignment --- keps/prod-readiness/sig-testing/3041.yaml | 3 +++ .../3041-node-conformance-and-features/README.md | 7 ++++++- .../3041-node-conformance-and-features/kep.yaml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 keps/prod-readiness/sig-testing/3041.yaml diff --git a/keps/prod-readiness/sig-testing/3041.yaml b/keps/prod-readiness/sig-testing/3041.yaml new file mode 100644 index 000000000000..ff5f213f254d --- /dev/null +++ b/keps/prod-readiness/sig-testing/3041.yaml @@ -0,0 +1,3 @@ +kep-number: 3041 +beta: + approver: "@johnbelamaric" diff --git a/keps/sig-testing/3041-node-conformance-and-features/README.md b/keps/sig-testing/3041-node-conformance-and-features/README.md index 74d32844a454..d25d746abd5b 100644 --- a/keps/sig-testing/3041-node-conformance-and-features/README.md +++ b/keps/sig-testing/3041-node-conformance-and-features/README.md @@ -291,6 +291,12 @@ Decision making tree for the test labels: - Is test only works when underlying container runtime has a specific feature enabled or specific node configuration is set? Apply `[Feature:Foo]` to describe this feature or configuration. - Can test only run on the "default" test infra node? If not, apply `[Environment:Foo]` to describe the specific environment that needs to be pre-configured. +### Notes + +PRR and test plan sections are not applicable to this KEP. + +See https://kubernetes.slack.com/archives/CPNHUMN74/p1665177817264029 + - ### Notes/Constraints/Caveats (Optional)