Skip to content

Commit 909fa66

Browse files
authored
Acrolinx
1 parent bb29c55 commit 909fa66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/auto-upgrade-node-os-image.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ To view the status of your node OS auto upgrades, look up [activity logs][monito
123123

124124
* Why is `SecurityPatch` recommended over `Unmanaged` channel?
125125

126-
On the `Unmanaged` channel, AKS has no control over how and when the security updates are delivered. With `SecurityPatch`, the security updates are fully tested and follows safe deployment practices. `SecurityPatch` also honors maintenance windows. For more details, see [Increased security and resiliency of Canonical workloads on Azure][Blog].
126+
On the `Unmanaged` channel, AKS has no control over how and when the security updates are delivered. With `SecurityPatch`, the security updates are fully tested and follow safe deployment practices. `SecurityPatch` also honors maintenance windows. For more details, see [Increased security and resiliency of Canonical workloads on Azure][Blog].
127127

128128
* How do I know if a `SecurityPatch` or `NodeImage` upgrade is applied on my node?
129129

@@ -133,15 +133,15 @@ On the `Unmanaged` channel, AKS has no control over how and when the security up
133133
kubectl get nodes --show-labels
134134
```
135135

136-
Among the labels in the output, you will see a line similar to the following:
136+
Among the labels in the output, you'll see a line similar to the following:
137137

138138
```output
139139
kubernetes.azure.com/node-image-version=AKSUbuntu-2204gen2containerd-202311.07.0
140140
```
141141

142142
Here, the base node image version is `AKSUbuntu-2204gen2containerd`. If applicable, the security patch version typically follows. In the above example it is `202311.07.0`.
143143

144-
The same details also be looked up in the Azure Portal under the node label view as illustrated below.
144+
The same details also be looked up in the Azure portal under the node label view as illustrated below.
145145

146146
:::image type="content" source="./media/auto-upgrade-node-os-image/nodeimage-securitypatch-inline.png" alt-text="A screenshot of the nodes page for an AKS cluster in the Azure portal. The label for node image version clearly shows the base node image as well as the latest applied security patch date." lightbox="./media/auto-upgrade-node-os-image/nodeimage-securitypatch.png":::
147147

0 commit comments

Comments
 (0)