Kubernetes v1.22 is adding a WindowsSandboxSecurityContext type to CRI API (there is already a corresponding LinuxSandboxSecurityContext). CRI plugin will need to be updated to use its fields when creating the pause container.
The work to handle the HostProcess field is already being done as part of #5131.
Tracked in k8s by kubernetes/kubernetes#92963.
Kubernetes v1.22 is adding a WindowsSandboxSecurityContext type to CRI API (there is already a corresponding LinuxSandboxSecurityContext). CRI plugin will need to be updated to use its fields when creating the pause container.
The work to handle the
HostProcessfield is already being done as part of #5131.Tracked in k8s by kubernetes/kubernetes#92963.