Skip to content

Commit 3b30c46

Browse files
committed
Updating Windows HostProcess container KEP for v1.22 alpha release
Signed-off-by: Mark Rossetti <[email protected]>
1 parent 3d9d7d4 commit 3b30c46

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

keps/sig-windows/1981-windows-privileged-container-support/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ checklist items _must_ be updated for the enhancement to be released.
142142
Items marked with (R) are required *prior to targeting to a milestone / release*.
143143

144144
- [X] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
145-
- [ ] (R) KEP approvers have approved the KEP status as `implementable`
145+
- [X] (R) KEP approvers have approved the KEP status as `implementable`
146146
- [X] (R) Design details are appropriately documented
147147
- [X] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
148148
- [X] (R) Graduation criteria is in place
@@ -751,17 +751,17 @@ in back-to-back releases.
751751
Alpha
752752

753753
- Version of containerd: Target v1.5
754-
- Version of Kubernetes: Target 1.21
755-
- OS support: 1809/Windows 2019 LTSC and all future versions of Windows Server
754+
- Version of Kubernetes: Target 1.22
755+
- OS support: Windows 2019 LTSC and all future versions of Windows Server
756756
- Alpha Feature Gate for passing privileged flag **or** annotations to CRI calls.
757757

758758
Beta
759759

760760
- Go through PSP Linux test (e2e: validation & conformance) and make them relevant for Windows (which apply, which don't and where we need to write new tests).
761761
- Provide guidance similar to Pod Security Standards for Windows privileged containers
762762
- Containerd: v1.5
763-
- Kubernetes Target 1.22 or later
764-
- OS support: 1809/Windows 2019 LTSC and all future versions of Windows Server
763+
- Kubernetes Target 1.23 or later
764+
- OS support: Windows 2019 LTSC and all future versions of Windows Server
765765
- Beta Feature Gate for passing privilege flag to CRI
766766
- Extensive documentation around `HostProcess` containers on https://kubernetes.io/
767767
- Includes clarification around disk limits mentioned in [Resource Limits](#resource-limits)

keps/sig-windows/1981-windows-privileged-container-support/kep.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ stage: alpha
2828
# The most recent milestone for which work toward delivery of this KEP has been
2929
# done. This can be the current (upcoming) milestone, if it is being actively
3030
# worked on.
31-
latest-milestone: "v1.21"
31+
latest-milestone: "v1.22"
3232

3333
# The milestone at which this feature was, or is targeted to be, at each stage.
3434
milestone:
35-
alpha: "v1.21"
35+
alpha: "v1.22"
3636

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

0 commit comments

Comments
 (0)