Skip to content

Commit a291ad9

Browse files
authored
Apply suggestions from code review
Acro Correctness edits.
1 parent 206ca87 commit a291ad9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/aks/upgrade-windows-2019-2022.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Node Selector is the most common and recommended option for placement of Windows
4242
"kubernetes.io/os": windows
4343
```
4444
45-
The above annotation finds *any* Windows node available and place the pod on that node (following all other scheduling rules). When upgrading from Windows Server 2019 to Windows Server 2022, you need to enforce not only the placement on a Windows node, but also on a node that is running the latest OS version. To accomplish this, one option is to use a different annotation:
45+
The above annotation finds *any* Windows node available and places the pod on that node (following all other scheduling rules). When upgrading from Windows Server 2019 to Windows Server 2022, you need to enforce not only the placement on a Windows node, but also on a node that is running the latest OS version. To accomplish this, one option is to use a different annotation:
4646
4747
```yaml
4848
nodeSelector:
@@ -91,7 +91,7 @@ At this point, AKS starts the process of terminating the existing pods and deplo
9191
```console
9292
kubectl get pods -o wide
9393
```
94-
This command return the status of the pods on the default namespace. You might need to change the command above to list the pods on specific namespaces.
94+
This command returns the status of the pods on the default namespace. You might need to change the command above to list the pods on specific namespaces.
9595

9696
```output
9797
NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES

articles/aks/use-windows-hpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A privileged DaemonSet can carry out changes or monitor a Linux host on Kubernet
1818

1919
* HostProcess containers require Kubernetes 1.23 or greater.
2020
* HostProcess containers require `containerd` 1.6 or higher container runtime.
21-
* HostProcess pods can only contain HostProcess containersdue to a limitation on the Windows operating system.Non-privileged Windows containers can't share a vNIC with the host IP namespace.
21+
* HostProcess pods can only contain HostProcess containers due to a limitation on the Windows operating system. Non-privileged Windows containers can't share a vNIC with the host IP namespace.
2222
* HostProcess containers run as a process on the host. The only isolation those containers have from the host is the resource constraints imposed on the HostProcess user account.
2323
* Filesystem isolation and Hyper-V isolation aren't supported for HostProcess containers.
2424
* Volume mounts are supported and are mounted under the container volume. See Volume Mounts.

0 commit comments

Comments
 (0)