Skip to content

Commit

Permalink
KEP-2413: Graduate SeccompDefault to stable
Browse files Browse the repository at this point in the history
We now graduate `SeccompDefault` to stable by basically making the feature
enabled by default.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
  • Loading branch information
saschagrunert committed Feb 6, 2023
1 parent 475b18a commit 14d5f66
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
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

0 comments on commit 14d5f66

Please sign in to comment.