Skip to content

Commit b150ece

Browse files
authored
Merge pull request #114188 from reigntastic/patch-3
Update auto-upgrade-node-image.md
2 parents 372e5c8 + 827b3eb commit b150ece

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,11 @@ For more information on Planned Maintenance, see [Use Planned Maintenance to sch
109109

110110
* How can I check the current nodeOsUpgradeChannel value on a cluster?
111111

112-
Run the `az aks show` command and check the "autoUpgradeProfile" to determine what value the `nodeOsUpgradeChannel` is set to.
112+
Run the `az aks show` command and check the "autoUpgradeProfile" to determine what value the `nodeOsUpgradeChannel` is set to:
113+
114+
```azurecli-interactive
115+
az aks show --resource-group myResourceGroup --name myAKSCluster --query "autoUpgradeProfile"
116+
```
113117

114118
* How can I monitor the status of node OS auto-upgrades?
115119

0 commit comments

Comments
 (0)