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
Copy file name to clipboardExpand all lines: articles/aks/auto-upgrade-node-os-image.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,31 +127,31 @@ For more information on Planned Maintenance, see [Use Planned Maintenance to sch
127
127
128
128
## Node OS auto-upgrades FAQ
129
129
130
-
* How can I check the current nodeOsUpgradeChannel value on a cluster?
130
+
### How can I check the current nodeOsUpgradeChannel value on a cluster?
131
131
132
132
Run the `az aks show` command and check the "autoUpgradeProfile" to determine what value the `nodeOsUpgradeChannel` is set to:
133
133
134
134
```azurecli-interactive
135
135
az aks show --resource-group myResourceGroup --name myAKSCluster --query "autoUpgradeProfile"
136
136
```
137
137
138
-
* How can I monitor the status of node OS auto-upgrades?
138
+
###How can I monitor the status of node OS auto-upgrades?
139
139
140
140
To view the status of your node OS auto upgrades, look up [activity logs][monitor-aks] on your cluster. You can also look up specific upgrade-related events as mentioned in [Upgrade an AKS cluster][aks-upgrade]. AKS also emits upgrade-related Event Grid events. To learn more, see [AKS as an Event Grid source][aks-eventgrid].
141
141
142
-
* Can I change the node OS auto-upgrade channel value if my cluster auto-upgrade channel is set to `node-image` ?
142
+
###Can I change the node OS auto-upgrade channel value if my cluster auto-upgrade channel is set to `node-image` ?
143
143
144
144
No. Currently, when you set the [cluster auto-upgrade channel][Autoupgrade] to `node-image`, it also automatically sets the node OS auto-upgrade channel to `NodeImage`. You can't change the node OS auto-upgrade channel value if your cluster auto-upgrade channel is `node-image`. In order to be able to change the node OS auto-upgrade channel values, make sure the [cluster auto-upgrade channel][Autoupgrade] isn't `node-image`.
145
145
146
-
* Why is `SecurityPatch` recommended over `Unmanaged` channel?
146
+
###Why is `SecurityPatch` recommended over `Unmanaged` channel?
147
147
148
148
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].
149
149
150
-
* Does `SecurityPatch` always lead to a reimage of my nodes?
150
+
###Does `SecurityPatch` always lead to a reimage of my nodes?
151
151
152
152
AKS limits reimages to only when absolutely necessary, such as certain kernel packages that may require a reimage to get fully applied. `SecurityPatch` is designed to minimize disruptions as much as possible. If AKS decides reimaging nodes isn't necessary, it will patch nodes live without draining pods and no VHD update is performed in such cases.
153
153
154
-
* How do I know if a `SecurityPatch` or `NodeImage` upgrade is applied on my node?
154
+
###How do I know if a `SecurityPatch` or `NodeImage` upgrade is applied on my node?
0 commit comments