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: content/en/docs/setup/production-environment/windows/intro-windows-in-kubernetes.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,11 +38,10 @@ In this document, when we talk about Windows containers we mean Windows containe
38
38
Refer to the following table for Windows operating system support in Kubernetes. A single heterogeneous Kubernetes cluster can have both Windows and Linux worker nodes. Windows containers have to be scheduled on Windows nodes and Linux containers on Linux nodes.
39
39
40
40
| Kubernetes version | Windows Server LTSC releases | Windows Server SAC releases |
41
-
| --- | --- | --- |
42
-
|*Kubernetes v1.17*| Windows Server 2019 | Windows Server ver 1809 |
43
-
|*Kubernetes v1.18*| Windows Server 2019 | Windows Server ver 1809, Windows Server ver 1903, Windows Server ver 1909 |
41
+
| --- | --- | --- | --- |
44
42
|*Kubernetes v1.19*| Windows Server 2019 | Windows Server ver 1909, Windows Server ver 2004 |
45
43
|*Kubernetes v1.20*| Windows Server 2019 | Windows Server ver 1909, Windows Server ver 2004 |
44
+
|*Kubernetes v1.21*| Windows Server 2019 | Windows Server ver 2004, Windows Server ver 20H2 |
46
45
47
46
{{< note >}}
48
47
Information on the different Windows Server servicing channels including their support models can be found at [Windows Server servicing channels](https://docs.microsoft.com/en-us/windows-server/get-started-19/servicing-channels-19).
@@ -59,7 +58,7 @@ Windows containers with process isolation have strict compatibility rules, [wher
59
58
60
59
#### Pause Image
61
60
62
-
Microsoft maintains a Windows pause infrastructure container at `mcr.microsoft.com/oss/kubernetes/pause:1.4.1`.
61
+
Microsoft maintains a Windows pause infrastructure container at `mcr.microsoft.com/oss/kubernetes/pause:3.4.1`.
63
62
64
63
#### Compute
65
64
@@ -484,9 +483,9 @@ Your main source of help for troubleshooting your Kubernetes cluster should star
484
483
nssm start flanneld
485
484
486
485
# Register kubelet.exe
487
-
# Microsoft releases the pause infrastructure container at mcr.microsoft.com/oss/kubernetes/pause:1.4.1
486
+
# Microsoft releases the pause infrastructure container at mcr.microsoft.com/oss/kubernetes/pause:3.4.1
@@ -601,7 +600,7 @@ Your main source of help for troubleshooting your Kubernetes cluster should star
601
600
602
601
1. `kubectl port-forward` fails with "unable to do port forwarding: wincat not found"
603
602
604
-
This was implemented in Kubernetes 1.15 by including wincat.exe in the pause infrastructure container `mcr.microsoft.com/oss/kubernetes/pause:1.4.1`. Be sure to use these versions or newer ones.
603
+
This was implemented in Kubernetes 1.15 by including wincat.exe in the pause infrastructure container `mcr.microsoft.com/oss/kubernetes/pause:3.4.1`. Be sure to use these versions or newer ones.
605
604
If you would like to build your own pause infrastructure container be sure to include [wincat](https://github.com/kubernetes-sigs/sig-windows-tools/tree/master/cmd/wincat).
606
605
607
606
1. My Kubernetes installation is failing because my Windows Server node is behind a proxy
@@ -617,7 +616,7 @@ Your main source of help for troubleshooting your Kubernetes cluster should star
617
616
618
617
In a Kubernetes Pod, an infrastructure or "pause" container is first created to host the container endpoint. Containers that belong to the same pod, including infrastructure and worker containers, share a common network namespace and endpoint (same IP and port space). Pause containers are needed to accommodate worker containers crashing or restarting without losing any of the networking configuration.
619
618
620
-
The "pause" (infrastructure) image is hosted on Microsoft Container Registry (MCR). You can access it using `mcr.microsoft.com/oss/kubernetes/pause:1.4.1`. For more details, see the [DOCKERFILE](https://github.com/kubernetes-sigs/windows-testing/blob/master/images/pause/Dockerfile).
619
+
The "pause" (infrastructure) image is hosted on Microsoft Container Registry (MCR). You can access it using `mcr.microsoft.com/oss/kubernetes/pause:3.4.1`. For more details, see the [DOCKERFILE](https://github.com/kubernetes-sigs/windows-testing/blob/master/images/pause/Dockerfile).
0 commit comments