diff --git a/keps/prod-readiness/sig-testing/3041.yaml b/keps/prod-readiness/sig-testing/3041.yaml new file mode 100644 index 00000000000..ff5f213f254 --- /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 74d32844a45..19affe79e3c 100644 --- a/keps/sig-testing/3041-node-conformance-and-features/README.md +++ b/keps/sig-testing/3041-node-conformance-and-features/README.md @@ -17,6 +17,7 @@ - [User Stories (Optional)](#user-stories-optional) - [Story 1](#story-1) - [Story 2](#story-2) + - [Notes](#notes) - [Notes/Constraints/Caveats (Optional)](#notesconstraintscaveats-optional) - [Risks and Mitigations](#risks-and-mitigations) - [Existing test definitions](#existing-test-definitions) @@ -291,6 +292,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)