You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: keps/sig-windows/1981-windows-privileged-container-support/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ checklist items _must_ be updated for the enhancement to be released.
142
142
Items marked with (R) are required *prior to targeting to a milestone / release*.
143
143
144
144
-[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`
146
146
-[X] (R) Design details are appropriately documented
147
147
-[X] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
148
148
-[X] (R) Graduation criteria is in place
@@ -751,17 +751,17 @@ in back-to-back releases.
751
751
Alpha
752
752
753
753
- 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
756
756
- Alpha Feature Gate for passing privileged flag **or** annotations to CRI calls.
757
757
758
758
Beta
759
759
760
760
- 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).
761
761
- Provide guidance similar to Pod Security Standards for Windows privileged containers
762
762
- 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
765
765
- Beta Feature Gate for passing privilege flag to CRI
766
766
- Extensive documentation around `HostProcess` containers on https://kubernetes.io/
767
767
- Includes clarification around disk limits mentioned in [Resource Limits](#resource-limits)
0 commit comments