Skip to content

Commit a4d8483

Browse files
change status to implementable for feature tags alignment
1 parent f10c264 commit a4d8483

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kep-number: 3041
2+
beta:
3+
approver: "@johnbelamaric"

keps/sig-testing/3041-node-conformance-and-features/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- [User Stories (Optional)](#user-stories-optional)
1818
- [Story 1](#story-1)
1919
- [Story 2](#story-2)
20+
- [Notes](#notes)
2021
- [Notes/Constraints/Caveats (Optional)](#notesconstraintscaveats-optional)
2122
- [Risks and Mitigations](#risks-and-mitigations)
2223
- [Existing test definitions](#existing-test-definitions)
@@ -291,14 +292,19 @@ Decision making tree for the test labels:
291292
- 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.
292293
- 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.
293294

295+
### Notes
296+
297+
PRR and test plan sections are not applicable to this KEP.
298+
299+
See https://kubernetes.slack.com/archives/CPNHUMN74/p1665177817264029
300+
294301
<!--
295302
296303
STANDARD TEMPLATE AFTER THIS LINE, NO MEANINGFUL CONTENT
297304
298305
-->
299306

300307

301-
302308
### Notes/Constraints/Caveats (Optional)
303309

304310
<!--

keps/sig-testing/3041-node-conformance-and-features/kep.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
owning-sig: sig-testing
66
participating-sigs:
77
- sig-node
8-
status: provisional
8+
status: implementable
99
creation-date: 2021-11-08
1010
reviewers:
1111
- danielle
@@ -15,5 +15,5 @@ approvers:
1515
- BenTheElder
1616
- aojea
1717
- dchen1107
18-
stage: stable
18+
stage: beta
1919
latest-milestone: "v1.26"

0 commit comments

Comments
 (0)