Skip to content

Commit 8e5d861

Browse files
suhurulihbeberman
andauthored
Update articles/azure-linux/tutorial-azure-linux-migration.md
Co-authored-by: Henry Beberman <[email protected]>
1 parent 5a12c82 commit 8e5d861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-linux/tutorial-azure-linux-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ Once the migration is complete on your test clusters, you should verify the foll
325325
### Run the OS SKU migration on your production clusters
326326

327327
1. Update your existing templates to set `OSSKU=AzureLinux`. In ARM templates, you use `"OSSKU: "AzureLinux"` in the `agentPoolProfile` section. In Bicep, you use `osSku: "AzureLinux"` in the `agentPoolProfile` section. Lastly, for Terraform, you use `"os_sku = "AzureLinux"` in the `default_node_pool` section. Make sure that your `apiVersion` is set to `2023-07-01` or later.
328-
2. Redeploy your ARM, Bicep or Terraform template for the cluster to apply the new `OSSKU` setting. During this deploy, your cluster behaves as if it's taking a node image upgrade. Your cluster surges capacity, and then reboots your existing nodes one by one into the latest AKS image from your new OS SKU.
328+
2. Redeploy your ARM, Bicep, or Terraform template for the cluster to apply the new `OSSKU` setting. During this deploy, your cluster behaves as if it's taking a node image upgrade. Your cluster surges capacity, and then reboots your existing nodes one by one into the latest AKS image from your new OS SKU.
329329

330330
### Rollback
331331

0 commit comments

Comments
 (0)