Skip to content

Commit c2829cc

Browse files
authored
Merge pull request #211214 from justindavies/mig-ga
GA docs for MIG
2 parents ad6e30c + 767fde7 commit c2829cc

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

articles/aks/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
href: concepts-scale.md
9595
- name: Node auto-repair
9696
href: node-auto-repair.md
97-
- name: Multi-instance GPU Node pool (preview)
97+
- name: Multi-instance GPU Node pool
9898
href: gpu-multi-instance.md
9999
- name: Service meshes
100100
href: servicemesh-about.md

articles/aks/gpu-multi-instance.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Multi-instance GPU Node pool (preview)
2+
title: Multi-instance GPU Node pool
33
description: Learn how to create a Multi-instance GPU Node pool and schedule tasks on it
44
services: container-service
55
ms.topic: article
@@ -13,8 +13,6 @@ Nvidia's A100 GPU can be divided in up to seven independent instances. Each inst
1313

1414
This article will walk you through how to create a multi-instance GPU node pool on Azure Kubernetes Service clusters and schedule tasks.
1515

16-
[!INCLUDE [preview features callout](./includes/preview/preview-callout.md)]
17-
1816
## GPU Instance Profile
1917

2018
GPU Instance Profiles define how a GPU will be partitioned. The following table shows the available GPU Instance Profile for the `Standard_ND96asr_v4`, the only instance type that supports the A100 GPU at this time.
@@ -62,7 +60,7 @@ az aks nodepool add \
6260
--name mignode \
6361
--resourcegroup myresourcegroup \
6462
--cluster-name migcluster \
65-
--node-size Standard_ND96asr_v4 \
63+
--node-vm-size Standard_ND96asr_v4 \
6664
--gpu-instance-profile MIG1g
6765
```
6866

0 commit comments

Comments
 (0)