Skip to content

Commit a31e133

Browse files
authored
Merge pull request #262318 from schaffererin/azure-linux-ossku-migration
Azure Linux OS SKU in-place migration content
2 parents 2f700e4 + e28279a commit a31e133

File tree

2 files changed

+250
-106
lines changed

2 files changed

+250
-106
lines changed

articles/aks/create-node-pools.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -155,21 +155,10 @@ The Azure Linux container host for AKS is an open-source Linux distribution avai
155155
156156
### Migrate Ubuntu nodes to Azure Linux nodes
157157
158-
1. [Add an Azure Linux node pool into your existing cluster](#add-an-azure-linux-node-pool).
158+
You can migrate your existing Ubuntu nodes to Azure Linux using one of the following methods:
159159
160-
> [!NOTE]
161-
> When adding a new Azure Linux node pool, you need to add at least one as `--mode System`. Otherwise, AKS won't allow you to delete your existing Ubuntu node pool.
162-
163-
2. [Cordon the existing Ubuntu nodes](resize-node-pool.md#cordon-the-existing-nodes).
164-
3. [Drain the existing Ubuntu nodes](resize-node-pool.md#drain-the-existing-nodes).
165-
4. Remove the existing Ubuntu nodes using the [`az aks delete`][az-aks-delete] command.
166-
167-
```azurecli-interactive
168-
az aks nodepool delete \
169-
--resource-group myResourceGroup \
170-
--cluster-name myAKSCluster \
171-
--name mynodepool
172-
```
160+
* [Remove existing node pools and add new Azure Linux node pools](../azure-linux/tutorial-azure-linux-migration.md#add-azure-linux-node-pools-and-remove-existing-node-pools).
161+
* [In-place OS SKU migration (preview)](../azure-linux/tutorial-azure-linux-migration.md#in-place-os-sku-migration-preview).
173162
174163
## Node pools with unique subnets
175164

0 commit comments

Comments
 (0)