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
Clarifying gcr vs mcr pause image usage for Windows (#29063)
* Clarifying gcr vs mcr pause iamge usage for Windows
Signed-off-by: Mark Rossetti <[email protected]>
* updating more pause image references
* Link to pause image section instead of duplicating container image multiple places
* Update content/en/docs/setup/production-environment/windows/intro-windows-in-kubernetes.md
Co-authored-by: James Sturtevant <[email protected]>
* update link to wincat source
* Removing here link
* end of file blank line
* specify pause image v3.5 is for v1.22
* Update content/en/docs/setup/production-environment/windows/intro-windows-in-kubernetes.md
Co-authored-by: Tim Bannister <[email protected]>
* Update content/en/docs/setup/production-environment/windows/intro-windows-in-kubernetes.md
Co-authored-by: Tim Bannister <[email protected]>
* removing v1.15 reference from docs
* Update content/en/docs/setup/production-environment/windows/intro-windows-in-kubernetes.md
Co-authored-by: James Sturtevant <[email protected]>
* Update content/en/docs/setup/production-environment/windows/intro-windows-in-kubernetes.md
Co-authored-by: James Sturtevant <[email protected]>
Co-authored-by: James Sturtevant <[email protected]>
Co-authored-by: Tim Bannister <[email protected]>
Copy file name to clipboardExpand all lines: content/en/docs/setup/production-environment/windows/intro-windows-in-kubernetes.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,10 +99,14 @@ limitation and compatibility rules will change.
99
99
100
100
#### Pause Image
101
101
102
-
Microsoft maintains a Windows pause infrastructure container at
103
-
`mcr.microsoft.com/oss/kubernetes/pause:3.4.1`.
104
-
Kubernetes maintains a multi-architecture image `k8s.gcr.io/pause:3.5` that
105
-
supports Linux as well as Windows.
102
+
Kubernetes maintains a multi-architecture image that includes support for Windows.
103
+
For Kubernetes v1.22 the recommended pause image is `k8s.gcr.io/pause:3.5`.
104
+
The [source code](https://github.com/kubernetes/kubernetes/tree/master/build/pause)
105
+
is available on GitHub.
106
+
107
+
Microsoft maintains a multi-architecture image with Linux and Windows amd64 support at `mcr.microsoft.com/oss/kubernetes/pause:3.5`.
108
+
This image is built from the same source as the Kubernetes maintained image but all of the Windows binaries are [authenticode signed](https://docs.microsoft.com/en-us/windows-hardware/drivers/install/authenticode) by Microsoft.
109
+
The Microsoft maintained image is recommended for production environments when signed binaries are required.
106
110
107
111
#### Compute
108
112
@@ -1063,9 +1067,8 @@ contributors. Follow the instructions in the SIG-Windows
1063
1067
Register kubelet.exe:
1064
1068
1065
1069
```powershell
1066
-
# Microsoft releases the pause infrastructure container at mcr.microsoft.com/oss/kubernetes/pause:3.4.1
0 commit comments