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

KEP-2413: Graduate SeccompDefault to stable #3718

Merged
merged 1 commit into from
Feb 8, 2023
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
2 changes: 2 additions & 0 deletions keps/prod-readiness/sig-node/2413.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ alpha:
approver: "@deads2k"
beta:
approver: "@deads2k"
stable:
approver: "@deads2k"
10 changes: 8 additions & 2 deletions keps/sig-node/2413-seccomp-by-default/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,13 @@ configuration.

#### Beta to GA Graduation

- [ ] Allowing time for feedback (3 releases)
- [ ] Risks have been addressed by every common container runtime
- [x] Allowing time for feedback (3 releases)
- [x] Enabling the Kubelet feature flag by default
- [x] Risks have been addressed by every common container runtime
- [x] Documenting the seccomp performance impact on k/website as well as its
workarounds (disabling the feature completely, turning off spectre
mitigations for certain kernel versions or updating the kernel as well as
runc)

### Upgrade / Downgrade Strategy

Expand Down Expand Up @@ -421,6 +426,7 @@ _This section must be completed when targeting beta graduation to a release._

## Implementation History

- 2023-01-10: Updated KEP to stable
- 2022-03-15: Updated KEP to beta
- 2021-05-05: KEP promoted to implementable

Expand Down
6 changes: 3 additions & 3 deletions keps/sig-node/2413-seccomp-by-default/kep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ approvers:
- "@mrunalp"

# The target maturity stage in the current dev cycle for this KEP.
stage: beta
stage: stable

# The most recent milestone for which work toward delivery of this KEP has been
# done. This can be the current (upcoming) milestone, if it is being actively
# worked on.
latest-milestone: "v1.25"
latest-milestone: "v1.27"

# The milestone at which this feature was, or is targeted to be, at each stage.
milestone:
alpha: "v1.22"
beta: "v1.25"
stable: "v1.28"
stable: "v1.27"

# The following PRR answers are required at alpha release
# List the feature gate name and the components for which it must be enabled
Expand Down