Skip to content

Commit 662e455

Browse files
authored
Merge pull request kubernetes#2755 from kubernetes/jsturtevant-patch-2
Update with addtional alpha -> beta criteria
2 parents 31521b6 + 4583fc4 commit 662e455

File tree

1 file changed

+6
-4
lines changed
  • keps/sig-windows/1981-windows-privileged-container-support

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -748,16 +748,16 @@ in back-to-back releases.
748748
[conformance tests]: https://git.k8s.io/community/contributors/devel/sig-architecture/conformance-tests.md
749749
-->
750750

751-
Alpha
751+
Alpha plan
752752

753753
- Version of containerd: Target v1.5
754754
- Version of Kubernetes: Target 1.22
755755
- 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.
757-
- Ensure that ephemeral containers are validated for HostProcess requirements
758757

759-
Beta
758+
Graduation to Beta
760759

760+
(https://github.com/kubernetes/kubernetes/pull/99576#discussion_r635392090)
761761
- 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).
762762
- Provide guidance similar to Pod Security Standards for Windows privileged containers
763763
- Containerd: v1.5
@@ -766,8 +766,10 @@ Beta
766766
- Beta Feature Gate for passing privilege flag to CRI
767767
- Extensive documentation around `HostProcess` containers on https://kubernetes.io/
768768
- Includes clarification around disk limits mentioned in [Resource Limits](#resource-limits)
769+
- Ensure that ephemeral containers are validated for HostProcess requirements
770+
- Remove the `windowsHostProcessContainer` label used for hostprocess annotations. Requires updating Containerd to support hostprocess directly.
769771

770-
GA:
772+
Graduation to GA:
771773

772774
- Address any issues uncovered in alpha/beta
773775
- Remove feature gate for passing privileged flag

0 commit comments

Comments
 (0)