Skip to content

Commit b861be6

Browse files
Merge pull request #250344 from schaffererin/azurelinuxgpuskus
Updating Azure Linux and AKS doc with supported and unsupported GPU S…
2 parents 923dda1 + 523c064 commit b861be6

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

articles/aks/use-azure-linux.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ To get started using the Azure Linux container host for AKS, see:
2222
* [Creating a cluster with Azure Linux][azurelinux-cluster-config]
2323
* [Add an Azure Linux node pool to your existing cluster][azurelinux-node-pool]
2424
* [Ubuntu to Azure Linux migration][ubuntu-to-azurelinux]
25+
* [Azure Linux supported GPU SKUs](../azure-linux/intro-azure-linux.md#azure-linux-container-host-supported-gpu-skus)
2526

2627
## How to upgrade Azure Linux nodes
2728

articles/azure-linux/intro-azure-linux.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,15 @@ The Azure Linux Container Host offers the following key benefits:
3535
- All existing and future AKS extensions, add-ons, and open-source projects on AKS support both Ubuntu and Azure Linux. This includes support for runtime components like Dapr, IaC tools like Terraform, and monitoring solutions like Dynatrace.
3636
- Azure Linux ships with containerd as its container runtime and the upstream Linux kernel, which enables existing containers based on Linux images (like Alpine) to work seamlessly on Azure Linux.
3737

38+
## Azure Linux Container Host supported GPU SKUs
39+
40+
The Azure Linux Container Host supports the following GPU SKUs:
41+
42+
- [NVIDIA V100][nvidia-v100]
43+
- [NVIDIA T4][nvidia-t4]
44+
3845
> [!NOTE]
39-
>
40-
> For GPU workloads, Azure Linux doesn't support NC A100 v4 series. All other VM SKUs that are available on AKS are available with Azure Linux.
46+
> Azure Linux doesn't support the NC A100 v4 series. All other VM SKUs that are available on AKS are available with Azure Linux.
4147
>
4248
> If there are any areas you would like to have priority, please file an issue in the [AKS GitHub repository](https://github.com/Azure/AKS/issues).
4349
@@ -47,9 +53,11 @@ The Azure Linux Container Host offers the following key benefits:
4753
- Follow our tutorial to [Deploy, manage, and update applications](./tutorial-azure-linux-create-cluster.md).
4854
- Get started by [Creating an Azure Linux Container Host for AKS cluster using Azure CLI](./quickstart-azure-cli.md).
4955

56+
<!-- LINKS - internal -->
57+
[nvidia-v100]: ../virtual-machines/ncv3-series.md
58+
[nvidia-t4]: ../virtual-machines/nct4-v3-series.md
59+
[cis-benchmarks]: ../aks/cis-azure-linux.md
60+
5061
<!-- LINKS - external -->
5162
[cbl-mariner]: https://github.com/microsoft/CBL-Mariner
5263
[azure-linux-packages]: https://packages.microsoft.com/cbl-mariner/2.0/prod/
53-
54-
<!-- LINKS - internal -->
55-
[cis-benchmarks]: ../aks/cis-azure-linux.md

0 commit comments

Comments
 (0)