Skip to content

Commit 2368d1b

Browse files
Merge pull request #230480 from schaffererin/mariner-ga-updates-1
updating ossku from cblmariner to mariner before ga
2 parents d2eafb5 + 7dbca7c commit 2368d1b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/aks/cluster-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ default_node_pool {
318318
name = "default"
319319
node_count = 2
320320
vm_size = "Standard_D2_v2"
321-
os_sku = "CBLMariner"
321+
os_sku = "mariner"
322322
}
323323
```
324324

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,21 +143,21 @@ az aks nodepool add \
143143

144144
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.
145145

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

148148
```azurecli
149149
az aks nodepool add \
150150
--resource-group myResourceGroup \
151151
--cluster-name myAKSCluster \
152152
--name marinerpool \
153-
--os-sku CBLMariner
153+
--os-sku mariner
154154
```
155155

156156
### Migrate Ubuntu nodes to Mariner
157157

158158
Use the following instructions to migrate your Ubuntu nodes to Mariner nodes.
159159

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

162162
> [!NOTE]
163163
> 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)