Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change status to implementable for feature tags alignment #3602

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"