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
@@ -339,6 +341,7 @@ At a high level, these OS concepts are different:
339
341
* Console apps handle Ctrl-C or Ctrl-break using a Control Handler.
340
342
* Services register a Service Control Handler function that can accept
341
343
`SERVICE_CONTROL_STOP` control codes.
344
+
342
345
Container exit codes follow the same convention where 0 is success, and nonzero is failure.
343
346
The specific error codes may differ across Windows and Linux. However, exit codes
344
347
passed from the Kubernetes components (kubelet, kube-proxy) are unchanged.
@@ -596,7 +599,8 @@ kernel patch.
596
599
<!--
597
600
#### Mirantis Container Runtime {#mcr}
598
601
599
-
[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).
711
+
For a detailed explanation of Windows distribution channels see the
0 commit comments