Skip to content

Commit e64914c

Browse files
authored
Merge pull request #98414 from bennerv/update-aro-gpu-instance-types
ARO: Fix typo and move GPU instance types out of control plane support
2 parents 80343b5 + 5cd4749 commit e64914c

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

articles/openshift/howto-gpu-workloads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ARO supports the following GPU workers:
4545
* NC4as T4 v3
4646
* NC8as T4 v3
4747
* NC16as T4 v3
48-
* NC464as T4 v3
48+
* NC64as T4 v3
4949

5050
> [!NOTE]
5151
> When requesting quota, remember that Azure is per core. To request a single NC4as T4 v3 node, you will need to request quota in groups of 4. If you wish to request an NC16as T4 v3, you will need to request quota of 16.

articles/openshift/support-policies-v4.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ Azure Red Hat OpenShift 4 supports node instances on the following virtual machi
6161
|G*|Standard_G5|32|448|
6262
|G|Standard_GS5|32|448|
6363
|Mms|Standard_M128ms|128|3892|
64-
|NC4asT4v3|Standard_NC4as_T4_v3|4|28|
65-
|NC8asT4v3|Standard_NC8as_T4_v3|8|56|
66-
|NC16asT4v3|Standard_NC16as_T4_v3|16|110|
67-
|NC64asT4v3|Standard_NC64as_T4_v3|64|440|
6864

6965
\*Does not support Premium_LRS OS Disk, StandardSSD_LRS is used instead
7066

@@ -117,7 +113,6 @@ Azure Red Hat OpenShift 4 supports node instances on the following virtual machi
117113
|Mms|Standard_M128ms|128|3892|
118114

119115
### Storage optimized
120-
121116
|Series|Size|vCPU|Memory: GiB|
122117
|-|-|-|-|
123118
|L4s|Standard_L4s|4|32|
@@ -130,11 +125,19 @@ Azure Red Hat OpenShift 4 supports node instances on the following virtual machi
130125
|L48s_v2|Standard_L48s_v2|32|384|
131126
|L64s_v2|Standard_L48s_v2|64|512|
132127

128+
### GPU workload
129+
|Series|Size|vCPU|Memory: GiB|
130+
|-|-|-|-|
131+
|NC4asT4v3|Standard_NC4as_T4_v3|4|28|
132+
|NC8asT4v3|Standard_NC8as_T4_v3|8|56|
133+
|NC16asT4v3|Standard_NC16as_T4_v3|16|110|
134+
|NC64asT4v3|Standard_NC64as_T4_v3|64|440|
135+
133136
### Memory and storage optimized
134137

135138
|Series|Size|vCPU|Memory: GiB|
136139
|-|-|-|-|
137140
|G*|Standard_G5|32|448|
138141
|G|Standard_GS5|32|448|
139142

140-
\*Does not support Premium_LRS OS Disk, StandardSSD_LRS is used instead
143+
\*Does not support Premium_LRS OS Disk, StandardSSD_LRS is used instead

0 commit comments

Comments
 (0)