Skip to content

Commit ebe842e

Browse files
authored
Merge pull request #30947 from marosset/windows-add-ws2022-as-supported
Updating intro-windows-in-k8s for 1.23
2 parents 3c6d913 + f19ded7 commit ebe842e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

content/en/docs/setup/production-environment/windows/intro-windows-in-kubernetes.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -612,12 +612,12 @@ network port spaces). Kubernetes uses pause containers to allow for worker conta
612612
crashing or restarting without losing any of the networking configuration.
613613

614614
Kubernetes maintains a multi-architecture image that includes support for Windows.
615-
For Kubernetes v1.22 the recommended pause image is `k8s.gcr.io/pause:3.5`.
615+
For Kubernetes v{{< skew currentVersion >}} the recommended pause image is `k8s.gcr.io/pause:3.6`.
616616
The [source code](https://github.com/kubernetes/kubernetes/tree/master/build/pause)
617617
is available on GitHub.
618618

619619
Microsoft maintains a different multi-architecture image, with Linux and Windows
620-
amd64 support, that you can find as `mcr.microsoft.com/oss/kubernetes/pause:3.5`.
620+
amd64 support, that you can find as `mcr.microsoft.com/oss/kubernetes/pause:3.6`.
621621
This image is built from the same source as the Kubernetes maintained image but
622622
all of the Windows binaries are [authenticode signed](https://docs.microsoft.com/en-us/windows-hardware/drivers/install/authenticode) by Microsoft.
623623
The Kubernetes project recommends using the Microsoft maintained image if you are
@@ -661,14 +661,15 @@ On Windows nodes, strict compatibility rules apply where the host OS version mus
661661
match the container base image OS version. Only Windows containers with a container
662662
operating system of Windows Server 2019 are fully supported.
663663

664-
For Kubernetes v1.22, operating system compatibility for Windows nodes (and Pods)
664+
For Kubernetes v{{< skew currentVersion >}}, operating system compatibility for Windows nodes (and Pods)
665665
is as follows:
666666

667667
Windows Server LTSC release
668668
: Windows Server 2019
669+
: Windows Server 2022
669670

670671
Windows Server SAC release
671-
: Windows Server version 2004, Windows Server version 20H2
672+
: Windows Server version 20H2
672673

673674
The Kubernetes [version-skew policy](/docs/setup/release/version-skew-policy/) also applies.
674675

0 commit comments

Comments
 (0)