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
@@ -341,6 +343,7 @@ At a high level, these OS concepts are different:
341
343
* Console apps handle Ctrl-C or Ctrl-break using a Control Handler.
342
344
* Services register a Service Control Handler function that can accept
343
345
`SERVICE_CONTROL_STOP` control codes.
346
+
344
347
Container exit codes follow the same convention where 0 is success, and nonzero is failure.
345
348
The specific error codes may differ across Windows and Linux. However, exit codes
346
349
passed from the Kubernetes components (kubelet, kube-proxy) are unchanged.
@@ -598,7 +601,8 @@ kernel patch.
598
601
<!--
599
602
#### Mirantis Container Runtime {#mcr}
600
603
601
-
[Mirantis Container Runtime](https://docs.mirantis.com/mcr/20.10/overview.html) (MCR) is available as a container runtime for all Windows Server 2019 and later versions.
For a detailed explanation of Windows distribution channels see the [Microsoft documentation](https://docs.microsoft.com/en-us/windows-server/get-started-19/servicing-channels-19).
713
+
For a detailed explanation of Windows distribution channels see the
0 commit comments