Skip to content

Commit bdcc065

Browse files
Merge pull request #218190 from SaibabaBalapur-MSFT/patch-11
(AzureCXP) fixes MicrosoftDocs/azure-docs#101354
2 parents 6ae1bf1 + 6053bb0 commit bdcc065

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)