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
Updating Windows intro and resource management pages (#34083)
* Updating some Windows docs pages including:
- Fixinig heading levels for /docs/concepts/windows/intro.md
- Misc updates to /docs/concepts/windows/intro.ms
- Updates to /docs/concepts/configuration/windows-resource-management.md
for accuracy
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
* Apply suggestions from code review
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
For more information, visit the project's [GitHub page](https://github.com/kubernetes/node-problem-detector#windows).
272
275
273
-
###Pause container
276
+
## Pause container
274
277
275
278
In a Kubernetes Pod, an infrastructure or “pause” container is first created
276
279
to host the container. In Linux, the cgroups and namespaces that make up a pod
@@ -293,7 +296,7 @@ The Kubernetes project recommends using the Microsoft maintained image if you ar
293
296
deploying to a production or production-like environment that requires signed
@@ -318,9 +321,10 @@ when using GMSA with containerd to access Windows network shares, which requires
318
321
kernel patch.
319
322
{{< /note >}}
320
323
321
-
####Mirantis Container Runtime {#mcr}
324
+
### Mirantis Container Runtime {#mcr}
322
325
323
-
[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.
is available as a container runtime for all Windows Server 2019 and later versions.
324
328
325
329
See [Install MCR on Windows Servers](https://docs.mirantis.com/mcr/20.10/install/mcr-windows.html) for more information.
326
330
@@ -361,12 +365,10 @@ If you have what looks like a bug, or you would like to
361
365
make a feature request, please follow the [SIG Windows contributing guide](https://github.com/kubernetes/community/blob/master/sig-windows/CONTRIBUTING.md#reporting-issues-and-feature-requests) to create a new issue.
362
366
You should first search the list of issues in case it was
363
367
reported previously and comment with your experience on the issue and add additional
364
-
logs. SIG-Windows Slack is also a great avenue to get some initial support and
368
+
logs. SIGWindows channel on the Kubernetes Slack is also a great avenue to get some initial support and
365
369
troubleshooting ideas prior to creating a ticket.
366
370
367
-
## {{% heading "whatsnext" %}}
368
-
369
-
### Deployment tools
371
+
## Deployment tools
370
372
371
373
The kubeadm tool helps you to deploy a Kubernetes cluster, providing the control
372
374
plane to manage the cluster it, and nodes to run your workloads.
@@ -375,9 +377,10 @@ explains how to deploy Windows nodes to your cluster using kubeadm.
375
377
376
378
The Kubernetes [cluster API](https://cluster-api.sigs.k8s.io/) project also provides means to automate deployment of Windows nodes.
377
379
378
-
###Windows distribution channels
380
+
## Windows distribution channels
379
381
380
-
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).
382
+
For a detailed explanation of Windows distribution channels see the
0 commit comments