Skip to content

Commit

Permalink
Merge pull request #3602 from SergeyKanzhelev/nodeFeaturesImplementeable
Browse files Browse the repository at this point in the history
change status to implementable for feature tags alignment
  • Loading branch information
k8s-ci-robot authored Oct 7, 2022
2 parents f1887d8 + a4d8483 commit 2cd758c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions keps/prod-readiness/sig-testing/3041.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kep-number: 3041
beta:
approver: "@johnbelamaric"
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -291,14 +292,19 @@ 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

<!--
STANDARD TEMPLATE AFTER THIS LINE, NO MEANINGFUL CONTENT
-->



### Notes/Constraints/Caveats (Optional)

<!--
Expand Down
4 changes: 2 additions & 2 deletions keps/sig-testing/3041-node-conformance-and-features/kep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors:
owning-sig: sig-testing
participating-sigs:
- sig-node
status: provisional
status: implementable
creation-date: 2021-11-08
reviewers:
- danielle
Expand All @@ -15,5 +15,5 @@ approvers:
- BenTheElder
- aojea
- dchen1107
stage: stable
stage: beta
latest-milestone: "v1.26"

0 comments on commit 2cd758c

Please sign in to comment.