Skip to content

Commit 6053bb0

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#101354
updated line number 142, 148 and 155. From --os-sku mariner To --os-sku CBLMariner
1 parent e0cd96f commit 6053bb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/use-multiple-node-pools.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,20 +139,20 @@ az aks nodepool add \
139139

140140
Mariner is an open-source Linux distribution available as an AKS container host. It provides high reliability, security, and consistency. Mariner only includes the minimal set of packages needed for running container workloads, which improves boot times and overall performance.
141141

142-
You can add a Mariner node pool into your existing cluster using the `az aks nodepool add` command and specifying `--os-sku mariner`.
142+
You can add a Mariner node pool into your existing cluster using the `az aks nodepool add` command and specifying `--os-sku CBLMariner`.
143143

144144
```azurecli
145145
az aks nodepool add \
146146
--resource-group myResourceGroup \
147147
--cluster-name myAKSCluster \
148-
--os-sku mariner
148+
--os-sku CBLMariner
149149
```
150150

151151
### Migrate Ubuntu nodes to Mariner
152152

153153
Use the following instructions to migrate your Ubuntu nodes to Mariner nodes.
154154

155-
1. Add a Mariner node pool into your existing cluster using the `az aks nodepool add` command and specifying `--os-sku mariner`.
155+
1. Add a Mariner node pool into your existing cluster using the `az aks nodepool add` command and specifying `--os-sku CBLMariner`.
156156

157157
> [!NOTE]
158158
> When adding a new Mariner 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.

0 commit comments

Comments
 (0)