Skip to content

Commit

Permalink
KEP-3857: Recursive Read-only (RRO) mounts: promote to Beta
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <[email protected]>
  • Loading branch information
AkihiroSuda committed Jun 10, 2024
1 parent bbcd302 commit 0a83162
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 2 additions & 0 deletions keps/prod-readiness/sig-node/3857.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
kep-number: 3857
alpha:
approver: "@johnbelamaric"
beta:
approver: "@soltysh"
5 changes: 4 additions & 1 deletion keps/sig-node/3857-rro-mounts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -693,9 +693,12 @@ in back-to-back releases.

#### Beta
- e2e tests pass with containerd, CRI-O, and cri-dockerd
- https://github.com/containerd/containerd/pull/9787
- https://github.com/cri-o/cri-o/pull/7962
- https://github.com/Mirantis/cri-dockerd/pull/370

#### GA
- (Will be revisited during beta)
- Two beta releases at least

### Upgrade / Downgrade Strategy

Expand Down
8 changes: 4 additions & 4 deletions keps/sig-node/3857-rro-mounts/kep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ owning-sig: sig-node
#participating-sigs:
# - sig-aaa
# - sig-bbb
status: implementable
status: implemented
creation-date: 2023-02-09
reviewers:
- "@thockin"
Expand All @@ -21,17 +21,17 @@ approvers:
# - "/keps/sig-ccc/3456-replaced-kep"
#
# The target maturity stage in the current dev cycle for this KEP.
stage: alpha
stage: beta

# 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.30"
latest-milestone: "v1.31"

# The milestone at which this feature was, or is targeted to be, at each stage.
milestone:
alpha: "v1.30"
# beta: "v1.XX"
beta: "v1.31"
# stable: "v1.XX"

# The following PRR answers are required at alpha release
Expand Down

0 comments on commit 0a83162

Please sign in to comment.