@@ -612,12 +612,12 @@ network port spaces). Kubernetes uses pause containers to allow for worker conta
612
612
crashing or restarting without losing any of the networking configuration.
613
613
614
614
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 ` .
616
616
The [ source code] ( https://github.com/kubernetes/kubernetes/tree/master/build/pause )
617
617
is available on GitHub.
618
618
619
619
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 ` .
621
621
This image is built from the same source as the Kubernetes maintained image but
622
622
all of the Windows binaries are [ authenticode signed] ( https://docs.microsoft.com/en-us/windows-hardware/drivers/install/authenticode ) by Microsoft.
623
623
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
661
661
match the container base image OS version. Only Windows containers with a container
662
662
operating system of Windows Server 2019 are fully supported.
663
663
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)
665
665
is as follows:
666
666
667
667
Windows Server LTSC release
668
668
: Windows Server 2019
669
+ : Windows Server 2022
669
670
670
671
Windows Server SAC release
671
- : Windows Server version 2004, Windows Server version 20H2
672
+ : Windows Server version 20H2
672
673
673
674
The Kubernetes [ version-skew policy] ( /docs/setup/release/version-skew-policy/ ) also applies.
674
675
0 commit comments